Skip to content

Commit

Permalink
Better save path for uploaded images
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 19, 2024
1 parent 05de5e6 commit ded532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/utils/cli/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def handleEvent(event):
try:
upload_image_cmd(
event.src_path,
bucket_path=f'images/{unit_id}',
bucket_path=f'{unit_id}',
bucket_name='panoptes-images-pretty',
storage_client=storage_client
)
Expand Down

0 comments on commit ded532e

Please sign in to comment.