Skip to content

Commit 0c3f614

Browse files
committed
Update Settings_Diff.py
1 parent 7082e99 commit 0c3f614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firmware/Tools/Settings_Diff.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def readFile(self, filename):
5757
print('Duplicate setting: {},{} : {}'.format(firstThing, secondThing, things[firstThing]))
5858
else:
5959
things[firstThing] = secondThing
60-
firstThing = ''
61-
secondThing = ''
62-
#print(firstThing, secondThing)
60+
firstThing = ''
61+
secondThing = ''
62+
#print(firstThing, secondThing)
6363
elif c == '\r':
6464
pass
6565
elif c == '\n':

0 commit comments

Comments
 (0)