Skip to content

Commit

Permalink
fix: assets extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Sep 18, 2024
1 parent 9589ffd commit 658ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def process_images_from_s3(self, bucket_name, name=None, options=[]):
path_to_download = self.download_results(task, output_path=output_file_path)

# Upload the results into s3
s3_path = f"projects/{self.project_id}/{self.task_id}/assets"
s3_path = f"projects/{self.project_id}/{self.task_id}/assets.zip"
add_file_to_bucket(bucket_name, path_to_download, s3_path)
return task

Expand Down

0 comments on commit 658ef31

Please sign in to comment.