We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b11150 commit 23e63acCopy full SHA for 23e63ac
neo/io/__init__.py
@@ -281,7 +281,7 @@
281
# if it is not present, use the neurosharectypesio to load files
282
try:
283
import neuroshare as ns
284
-except ImportError as err:
+except ModuleNotFoundError as err:
285
from neo.io.neurosharectypesio import NeurosharectypesIO as NeuroshareIO
286
287
# print("\n neuroshare library not found, loading data with ctypes" )
0 commit comments