mirror of
https://github.com/elliotnunn/BlueBoxDocs.git
synced 2025-01-06 18:29:47 +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])
|
print('...WARNING: the listing file says %s' % line[1])
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
lines.append([selector, nargs, '???'])
|
lines.append([selector, str(nargs), '???'])
|
||||||
lines.sort()
|
lines.sort()
|
||||||
|
|
||||||
for line in lines:
|
for line in lines:
|
||||||
|
Loading…
Reference in New Issue
Block a user