File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Reusing precomputed derivatives
105105-------------------------------
106106Reusing a previous, partial execution of *fMRIPrep *
107107~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108- *fMRIPrep * will pick up where it left off a previous execution, so long the work directory
108+ *fMRIPrep * will pick up where it left off a previous execution, so long as the work directory
109109points to the same location, and this directory has not been changed/manipulated.
110110
111111Using a previous run of *FreeSurfer *
Original file line number Diff line number Diff line change @@ -164,15 +164,15 @@ def merge_help(wrapper_help, target_help):
164164
165165 # Make sure we're not clobbering options we don't mean to
166166 overlap = set (w_flags ).intersection (t_flags )
167- expected_overlap = set ([
167+ expected_overlap = {
168168 'anat-derivatives' ,
169169 'fs-license-file' ,
170170 'fs-subjects-dir' ,
171171 'h' ,
172172 'use-plugin' ,
173173 'version' ,
174174 'w' ,
175- ])
175+ }
176176
177177 assert overlap == expected_overlap , "Clobbering options: {}" .format (
178178 ', ' .join (overlap - expected_overlap ))
You can’t perform that action at this time.
0 commit comments