Skip to content

Commit 0b524a6

Browse files
committed
Remove duplicated parameter setting.
1 parent 78f3896 commit 0b524a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ def _duecredit_cite(self):
10181018
""" Add the interface references to the duecredit citations
10191019
"""
10201020
for r in self.references_:
1021-
r['path'] = self.__module__ # TODO: check if this is correct
10221021
due.cite(**r, path=self.__module__)
10231022

10241023
def run(self, **inputs):

0 commit comments

Comments
 (0)