Skip to content

Commit 135638e

Browse files
author
Ben Cipollini
committed
BF: paramiko is required (and was misspelled)
1 parent a08d608 commit 135638e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ def __init__(self, infields=None, outfields=None, **kwargs):
19671967
paramiko
19681968
except NameError:
19691969
warn(
1970-
"The library parmiko needs to be installed"
1970+
"The library paramiko needs to be installed"
19711971
" for this module to run."
19721972
)
19731973
if not outfields:
@@ -1996,7 +1996,7 @@ def _list_outputs(self):
19961996
paramiko
19971997
except NameError:
19981998
raise ImportError(
1999-
"The library parmiko needs to be installed"
1999+
"The library paramiko needs to be installed"
20002000
" for this module to run."
20012001
)
20022002

0 commit comments

Comments
 (0)