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.
2 parents 71c7a7d + 5b9f3a7 commit f4343d6Copy full SHA for f4343d6
nipype/__init__.py
@@ -98,4 +98,4 @@ def check_latest_version(raise_exception=False):
98
from .interfaces.base import BaseInterface
99
100
if BaseInterface._etelemetry_version_data is None:
101
- BaseInterface._etelemetry_version_data = check_latest_version()
+ BaseInterface._etelemetry_version_data = check_latest_version() or "n/a"
nipype/interfaces/base/core.py
@@ -186,7 +186,7 @@ def __init__(
186
from ... import check_latest_version
187
188
189
190
191
if not self.input_spec:
192
raise Exception("No input_spec in class: %s" % self.__class__.__name__)
0 commit comments