Fix typo in script

This commit is contained in:
Elliot Nunn 2019-03-20 23:29:05 +08:00
parent b85e49bb62
commit 6ea8488a49
1 changed files with 1 additions and 1 deletions

View File

@ -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: