Forgot to write to defaults :/

main
Nicholas Hope 2022-08-20 15:13:57 -04:00
parent 0d64ad9b54
commit 4b834a1699
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def makeCFG(cfg, default=False):
# Doubles are weird. All of the toggles got put into a dictionary.
# This takes all of the nested dictionaries and turns them into the right string
if condDict != defaultDict:
if default or condDict != defaultDict:
# ==, and by extension !=, does in fact check
# for dictionary equality in keys and values
for key, toggles in condDict.items():