GuckLab / impose

Align microscopy images using custom-defined structural patterns and superimpose those on data from other imaging modalities.
GNU General Public License v3.0
1 stars 0 forks source link

`FileNotFoundError` not raised correctly #43

Closed raimund-schluessler closed 2 years ago

raimund-schluessler commented 2 years ago

@paulmueller If I am not wrong, the FileNotFoundError and its variant are not raised correctly. errno.ENOENT and filename are missing here:

https://github.com/GuckLab/impose/blob/5b2907bbb253ea968eba47bf86eeaf5f121dac00/impose/data.py#L87 https://github.com/GuckLab/impose/blob/5b2907bbb253ea968eba47bf86eeaf5f121dac00/impose/session.py#L279-L284