Add better logging for reasoning

This commit is contained in:
Luke Murphy 2020-01-21 00:30:18 +01:00
parent fc855490cf
commit 7011f26307
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -276,7 +276,7 @@ async def handle_pad(args, padid, data, info, session):
break
if skip:
print("[x] {}".format(padid))
print("[ ] {} (skipped)".format(padid))
return
if args.output:
@ -311,7 +311,7 @@ async def handle_pad(args, padid, data, info, session):
p + ".meta.json",
)
)
print("[x] {}".format(padid))
print("[ ] {} (no publish)".format(padid))
return
##########################################
@ -326,7 +326,7 @@ async def handle_pad(args, padid, data, info, session):
p + ".meta.json",
)
)
print("[x] {}".format(padid))
print("[ ] {} (publish opt out)".format(padid))
return
ver["path"] = p + raw_ext