Skip to content

Commit 78f3896

Browse files
committed
Fix typo in variable name.
1 parent 921ac7c commit 78f3896

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
@@ -1017,7 +1017,7 @@ def _run_interface(self, runtime):
10171017
def _duecredit_cite(self):
10181018
""" Add the interface references to the duecredit citations
10191019
"""
1020-
for r in self._references:
1020+
for r in self.references_:
10211021
r['path'] = self.__module__ # TODO: check if this is correct
10221022
due.cite(**r, path=self.__module__)
10231023

0 commit comments

Comments
 (0)