Skip to content

Commit

Permalink
[qa] fix importError for gazu.sync.push_task_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Feb 12, 2024
1 parent 6bde08d commit d0173e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazu/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def push_task_comment(
for attachment_id in comment["attachment_files"]:
if type(attachment_id) == dict:
attachment_id = attachment_id["id"]
attachment_file = gazu.files.get_attachment_file(
attachment_file = files_module.get_attachment_file(
attachment_id, client=client_source
)
file_path = "/tmp/zou/sync/" + attachment_file["name"]
Expand Down

0 comments on commit d0173e8

Please sign in to comment.