Browse Source

show filename anyway

dependabot/add-v2-config-file
R4SAS 7 years ago
parent
commit
af722098f1
  1. 2
      pbincli/actions.py

2
pbincli/actions.py

@ -142,7 +142,7 @@ def get(args): @@ -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…
Cancel
Save