forked from r4sas/PBinCLI
show filename anyway
This commit is contained in:
parent
a90400c54a
commit
af722098f1
@ -142,7 +142,7 @@ def get(args):
|
|||||||
file = b64decode(attachment)
|
file = b64decode(attachment)
|
||||||
filename = attachmentname
|
filename = attachmentname
|
||||||
|
|
||||||
if args.debug: print("Filename:\t{}\n".format(filename))
|
print("Filename:\t{}\n".format(filename))
|
||||||
|
|
||||||
check_writable(filename)
|
check_writable(filename)
|
||||||
with open(filename, "wb") as f:
|
with open(filename, "wb") as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user