Skip to content

Commit 59ae74c

Browse files
committed
amend to previous commit
1 parent 3b83940 commit 59ae74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __pretty__(self, p, cycle):
187187
p.end_group(6, ')')
188188

189189

190-
def _hash_bunch_dict(self, adict, key):
190+
def _hash_bunch_dict(adict, key):
191191
"""Inject file hashes into adict[key]"""
192192
stuff = adict[key]
193193
if not is_container(stuff):

0 commit comments

Comments
 (0)