mirror of
https://github.com/r4sas/PBinCLI
synced 2025-01-09 06:18:00 +00:00
show filename anyway
This commit is contained in:
parent
a90400c54a
commit
af722098f1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user