Skip to content

Commit cc8a278

Browse files
committed
MNT: Set fallback __version__, ignore coverage
1 parent 2ebce2b commit cc8a278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/tasks/nipype1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
try:
77
from ._version import __version__
8-
except ImportError:
9-
pass
8+
except ImportError: # pragma: no cover
9+
__version__ = "0+unknown"
1010

1111
from .utils import Nipype1Task
1212

0 commit comments

Comments
 (0)