Skip to content

Commit

Permalink
Polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Aug 10, 2022
1 parent 9432e3f commit bb360be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jira/jira_download_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def get_tickets(jql):
if response.status_code != 200:
continue
with open(dest_folder + "/" + filename, "wb") as f:
print("Saving for {key} the file {filename}".format(key, filename))
print("Saving for {key} the file {filename}".format(key=key, filename=filename))
f.write(response.content)

0 comments on commit bb360be

Please sign in to comment.