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 9432e3f commit bb360beCopy full SHA for bb360be
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