Skip to content

Commit 92f9658

Browse files
committed
Update cpac_group_runner.py
1 parent a112d34 commit 92f9658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/pipeline/cpac_group_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ def run_isc_group(pipeline_dir, out_dir, working_dir, crash_dir,
17511751
)
17521752

17531753
iteration_ids = []
1754-
for preproc_strat in output_df_dct.items():
1754+
for preproc_strat in output_df_dct.keys():
17551755
# go over each preprocessing strategy
17561756

17571757
derivative, _ = preproc_strat

0 commit comments

Comments
 (0)