Skip to content

Commit 7a5df7f

Browse files
committed
fix: disabled check for current version due to portalocker issues
1 parent 4123769 commit 7a5df7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nipype/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def check_for_updates():
9191
print "Current stable version: %s" % rel_ver
9292
print "Current dev version: %s" % dev_ver
9393

94+
"""
95+
Disabling check for current version due to portalocker issues.
96+
9497
if int(config.get('check', 'interval')) > 0:
9598
from time import time
9699
t = time()
@@ -103,3 +106,4 @@ def check_for_updates():
103106
print e
104107
finally:
105108
config.save_data('last_check', t)
109+
"""

0 commit comments

Comments
 (0)