mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 15:45:08 +08:00
Fix test when tifffile plugin is not available.
This commit is contained in:
@@ -12,7 +12,7 @@ try:
|
||||
_plugins = sio.plugin_order()
|
||||
TF_available = True
|
||||
sio.use_plugin('tifffile')
|
||||
except OSError:
|
||||
except ImportError:
|
||||
TF_available = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user