DistributedScience / Distributed-CellProfiler

Run encapsulated docker containers with CellProfiler in the Amazon Web Services infrastructure.
https://distributedscience.github.io/Distributed-CellProfiler/
Other
38 stars 24 forks source link

Return useful error if download files don't exist #162

Closed ErinWeisbart closed 3 months ago

ErinWeisbart commented 8 months ago

When downloading files (DOWNLOAD_FILES=True) off .csvs s3.meta.client.download_file(AWS_BUCKET,prefix_on_bucket,new_file_name) if the file isn't in S3 then it should return a useful error message saying so.

Currently silent

Screenshot 2024-01-25 at 11 43 45 AM