From 04e814b1b72a21a734ed43f7b0b66e7650e9c476 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 1 Oct 2021 17:37:27 -0700 Subject: [PATCH] Small update --- trello2redmine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trello2redmine.py b/trello2redmine.py index c8f99b9..5828d11 100755 --- a/trello2redmine.py +++ b/trello2redmine.py @@ -504,6 +504,7 @@ def handle_attachments(c): else: rmfile = r.json() upload["token"] = rmfile["upload"]["token"] + print(f"Uploaded to Redmine: {upload}") except Exception as e: print(f"Failuring uploading file to Redmine {file_path}, error: {e}") -- 2.43.0