From af722098f1687bda7c01f2a026afe9b92bf26d76 Mon Sep 17 00:00:00 2001 From: r4sas Date: Thu, 2 Mar 2017 22:34:50 +0300 Subject: [PATCH] show filename anyway --- pbincli/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbincli/actions.py b/pbincli/actions.py index 174e9cc..fc16fbe 100644 --- a/pbincli/actions.py +++ b/pbincli/actions.py @@ -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: