Distributed-CellProfiler icon indicating copy to clipboard operation
Distributed-CellProfiler copied to clipboard

Return useful error if download files don't exist

Open ErinWeisbart opened this issue 1 year ago • 0 comments

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

ErinWeisbart avatar Jan 25 '24 19:01 ErinWeisbart