We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291e89 commit 1e684a3Copy full SHA for 1e684a3
examples/jira/jira_download_attachments.py
@@ -38,5 +38,5 @@ def get_tickets(jql):
38
if response.status_code != 200:
39
continue
40
with open(dest_folder + "/" + filename, "wb") as f:
41
- print("Saving for {key} the file {filename}".format(key, filename))
+ print("Saving for {key} the file {filename}".format(key=key, filename=filename))
42
f.write(response.content)
0 commit comments