Skip to content

Commit 8f8466d

Browse files
authored
Merge branch 'atlassian-api:master' into fix-jira-remove_user_from_group
2 parents 1705946 + bb360be commit 8f8466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jira/jira_download_attachments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ def get_tickets(jql):
3838
if response.status_code != 200:
3939
continue
4040
with open(dest_folder + "/" + filename, "wb") as f:
41-
print(f"Saving for {key} the file {filename}")
41+
print("Saving for {key} the file {filename}".format(key=key, filename=filename))
4242
f.write(response.content)

0 commit comments

Comments
 (0)