-
Notifications
You must be signed in to change notification settings - Fork 0
List and Dict support is bad #5
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
List and dict are only supported because the json and yaml library's return data as list or dicts and not strings
Badger_Config_Handler/src/badger_config_handler/badger_config_handler.py
Lines 784 to 785 in b7bfcf8
| if isinstance(var_native, target_type): | |
| return var_native |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working