mirror of
https://github.com/elliotnunn/BlueBoxDocs.git
synced 2025-01-04 21:29:41 +00:00
Fix typo in script
This commit is contained in:
parent
b85e49bb62
commit
6ea8488a49
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user