show filename anyway
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user