There was an error while loading. Please reload this page.
2 parents 3c26cd8 + c066299 commit 0ac3746Copy full SHA for 0ac3746
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