mirror of
https://github.com/elliotnunn/BlueBoxDocs.git
synced 2026-01-22 18:16:00 +00:00
Fix typo in script
This commit is contained in:
@@ -66,7 +66,7 @@ for i in range(len(binary) - len(MOTIF)):
|
||||
print('...WARNING: the listing file says %s' % line[1])
|
||||
break
|
||||
else:
|
||||
lines.append([selector, nargs, '???'])
|
||||
lines.append([selector, str(nargs), '???'])
|
||||
lines.sort()
|
||||
|
||||
for line in lines:
|
||||
|
||||
Reference in New Issue
Block a user