Skip to content

Commit dacc2fe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Tools/Settings_Diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def readFile(self, filename):
5454
isFirstThing = not isFirstThing
5555
if isFirstThing:
5656
if firstThing in things.keys(): # Seen it before?
57-
print('Duplicate setting: {},{} : {}'.format(firstThing, secondThing, things[firstThing]))
57+
print('Duplicate setting: {},{} : {}'.format(firstThing, things[firstThing], secondThing))
5858
else:
5959
things[firstThing] = secondThing
6060
firstThing = ''

0 commit comments

Comments
 (0)