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 0bf5b22 commit 1c25969Copy full SHA for 1c25969
nipype/pipeline/engine/base.py
@@ -73,7 +73,7 @@ def fullname(self):
73
def itername(self):
74
itername = self._id
75
if self._hierarchy:
76
- itername = self._hierachy + '.' + self._id
+ itername = self._hierarchy + '.' + self._id
77
return itername
78
79
def clone(self, name):
0 commit comments