There was an error while loading. Please reload this page.
2 parents f756b71 + c945fd4 commit adab17dCopy full SHA for adab17d
nipype/interfaces/base/support.py
@@ -87,7 +87,7 @@ def __exit__(self, exc_type, exc_value, exc_tb):
87
timediff.days * 86400 + timediff.seconds + timediff.microseconds / 1e6
88
)
89
# Collect monitored data
90
- for k, v in self._resmon.stop():
+ for k, v in self._resmon.stop().items():
91
setattr(self._runtime, k, v)
92
93
os.chdir(self._runtime.prevcwd)
0 commit comments