1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-09 14:28:06 +00:00

show filename anyway

This commit is contained in:
R4SAS 2017-03-02 22:34:50 +03:00
parent a90400c54a
commit af722098f1

View File

@ -142,7 +142,7 @@ def get(args):
file = b64decode(attachment)
filename = attachmentname
if args.debug: print("Filename:\t{}\n".format(filename))
print("Filename:\t{}\n".format(filename))
check_writable(filename)
with open(filename, "wb") as f: