diff --git a/editor.py b/editor.py index 3ca9705..bf96391 100644 --- a/editor.py +++ b/editor.py @@ -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':