Skip to content

Commit

Permalink
i think this is it
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Nov 22, 2024
1 parent efb4f42 commit 193f113
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def _do_edit_non_quirk(
elif thiskey == "##EACHTIPTYPE##":
for key in existing.keys():
_do_edit_non_quirk(new_value, existing[key], restkeys)
elif thiskey == "##EACHTIP##":
for key in existing.keys():
_do_edit_non_quirk(new_value, existing[key], restkeys)
else:
_do_edit_non_quirk(new_value, existing[thiskey], restkeys)
else:
Expand Down

0 comments on commit 193f113

Please sign in to comment.