There was an error while loading. Please reload this page.
1 parent 5748fa3 commit f9f6b33Copy full SHA for f9f6b33
1 file changed
mrq/config.py
@@ -445,7 +445,7 @@ def get_config(
445
# Merge the config in the order given by the user
446
merged_config = default_config
447
448
- config_keys = set(default_config.keys() + from_file.keys())
+ config_keys = set(list(default_config.keys()) + list(from_file.keys()))
449
450
for part in sources:
451
for name in config_keys:
0 commit comments