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 abb0ecf commit 576bfc4Copy full SHA for 576bfc4
nipype/interfaces/cmtk/nx.py
@@ -542,8 +542,8 @@ def _run_interface(self, runtime):
542
"Saving extra measure file to %s in Pickle format",
543
op.abspath(out_pickled_extra_measures),
544
)
545
- with open(out_pickled_extra_measures, "w") as fo:
546
- pickle.dump(dict_measures, fo)
+ with open(out_pickled_extra_measures, "w") as f:
+ pickle.dump(dict_measures, f)
547
548
iflogger.info("Saving MATLAB measures as %s", matlab)
549
0 commit comments