Skip to content

Commit bf35950

Browse files
committed
Update Settings_Diff.py
1 parent dacc2fe commit bf35950

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/Tools/Settings_Diff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def readFile(self, filename):
5555
if isFirstThing:
5656
if firstThing in things.keys(): # Seen it before?
5757
print('Duplicate setting: {},{} : {}'.format(firstThing, things[firstThing], secondThing))
58-
else:
59-
things[firstThing] = secondThing
58+
things[firstThing] = secondThing
6059
firstThing = ''
6160
secondThing = ''
6261
#print(firstThing, secondThing)

0 commit comments

Comments
 (0)