Skip to content

Commit 8b14294

Browse files
STY: Ooops...
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 84fc5b7 commit 8b14294

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/cmtk

1 file changed

+1
-1
lines changed

nipype/interfaces/cmtk/nx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def _run_interface(self, runtime):
550550
# stacks them together, and saves them in a MATLAB .mat file via Scipy
551551
global dicts
552552
dicts = list()
553-
for key, value in dict_measures:
553+
for key, value in dict_measures.items():
554554
for idxd, keyd in enumerate(value.keys()):
555555
if idxd == 0:
556556
nparraykeys = np.array(keyd)

0 commit comments

Comments
 (0)