Skip to content

Commit 73ff136

Browse files
committed
fix deprecation message
1 parent ff63da8 commit 73ff136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ def _get_environ(self):
16431643

16441644
def version_from_command(self, flag='-v'):
16451645
iflogger.warning('version_from_command member of CommandLine was '
1646-
'Deprecated in nipype-1.0.0 and deleted in 2.0.0')
1646+
'Deprecated in nipype-1.0.0 and deleted in 1.1.0')
16471647
cmdname = self.cmd.split()[0]
16481648
env = dict(os.environ)
16491649
if _exists_in_path(cmdname, env):

0 commit comments

Comments
 (0)