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:
Howland Owl 2020-04-14 10:29:40 +03:00
parent d57b5573c9
commit fbc59fdaaa

View file

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