Closed kkoz closed 4 years ago
Thanks, @kkoz. You might want to also copy over the ClientError
handling from #180.
Wrote a test (I will open a PR against openmicroscopy) Without this PR:
E AttributeError: 'NoneType' object has no attribute 'val'
With this PR the test is green
Client side handling has been copied over Merging
Similar to https://github.com/ome/omero-py/pull/180 This PR is to fix the issue where attempting to download a file with a null size in
originalfile
table results in the following:If, however, we retrieve the size from the RawFileStore instead of the DB record, we can get a size for the file even if the DB field is null.