There was an error while loading. Please reload this page.
1 parent 3c26cd8 commit c066299Copy full SHA for c066299
1 file changed
mrq/config.py
@@ -439,8 +439,6 @@ def get_config(
439
# We only keep variables starting with an uppercase character.
440
if k[0].isupper():
441
default_config[k.lower()] = v
442
- if k.lower() not in default_config:
443
- default_config[k.lower()] = v
444
445
# Merge the config in the order given by the user
446
merged_config = default_config
0 commit comments