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.
1 parent ff63da8 commit 73ff136Copy full SHA for 73ff136
nipype/interfaces/base.py
@@ -1643,7 +1643,7 @@ def _get_environ(self):
1643
1644
def version_from_command(self, flag='-v'):
1645
iflogger.warning('version_from_command member of CommandLine was '
1646
- 'Deprecated in nipype-1.0.0 and deleted in 2.0.0')
+ 'Deprecated in nipype-1.0.0 and deleted in 1.1.0')
1647
cmdname = self.cmd.split()[0]
1648
env = dict(os.environ)
1649
if _exists_in_path(cmdname, env):
0 commit comments