Luke DeLuccia

Results 1 comments of Luke DeLuccia

Confirmed, tuples are still converted to lists in version 0.7.4. This function in `config/utils.py` is causing the issue: ``` def normalize_or_die(obj): if isinstance(obj, dict): res = dict() for key, value...