Samuel Jackson

Results 4 comments of Samuel Jackson

Hi @ShannonDing, is there any further update on this issue? I tired a similar hack to @zhxsxuan above using `SetByteMessageBody`, and also did not receive any sensible message.

Hi @joshmoore, thanks for your help. I hadn't noticed the options for tweaking exceptions in `FSStore`. Unfortunately, changing the exception list doesn't seem to make a difference. I tried: ```python...

@joshmoore ah sorry, my mistake! Unfortunately, I still see the same issue. I tried both: ```python store = zarr.storage.FSStore(f'mast/{file_name}', fs=s3, exceptions=(KeyError, IOError)) ``` and ```python store = zarr.storage.FSStore(f'mast/{file_name}', fs=s3, exceptions=())...

@joshmoore thanks for the signposting! I will investigate the two suggested PRs when I have a little more time and see if they help.