Skip to content

Commit ceedfed

Browse files
satraeffigies
andauthored
Apply suggestions from code review
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent ea1fe96 commit ceedfed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
logging = Logging(config)
2525
logger = logging.getLogger('nipype.utils')
2626

27-
INIT_MSG = "Running {packname} version {version} latest {latest}".format
27+
INIT_MSG = "Running {packname} version {version} (latest: {latest})".format
2828

2929
class NipypeTester(object):
3030
def __call__(self, doctests=True, parallel=False):
@@ -65,7 +65,7 @@ def get_info():
6565

6666
latest = {"version": 'Unknown'}
6767
try:
68-
latest = etelemetry.get_project("nipy/heudiconv")
68+
latest = etelemetry.get_project("nipy/nipype")
6969
except Exception as e:
7070
logger.warning("Could not check for version updates: ", e)
7171
finally:

0 commit comments

Comments
 (0)