Print the actual file that is not importing.
- prg not png: when you read png, and it's a prg for c64, this will help!
This commit is contained in:
parent
d57b5573c9
commit
fbc59fdaaa
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ def main(args):
|
|||
entry['file'] = i
|
||||
newdata.append(entry)
|
||||
else:
|
||||
print("dunno what type of file this is...")
|
||||
print("dunno what type of file this is... {}".format(dirfile))
|
||||
mysahli.sahli['filedata'] = newdata
|
||||
out = json.dumps(mysahli.sahli, sort_keys=False, indent=4)
|
||||
if args.outfile == '>stdout':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue