Skip to content

Commit fcbf57b

Browse files
committed
fix: allow networks without internet to check only once
1 parent e9f553e commit fcbf57b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def check_latest_version(raise_exception=False):
9292
raise RuntimeError(message)
9393
else:
9494
logger.critical(message)
95-
else:
96-
latest = None
9795
return latest
9896

9997
# Run telemetry on import for interactive sessions, such as IPython, Jupyter notebooks, Python REPL

0 commit comments

Comments
 (0)