File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,7 @@ def main():
218
218
config .execution .participant_label ,
219
219
config .execution .fmriprep_dir ,
220
220
config .execution .run_uuid ,
221
- config = data .load ("reports-spec.yml" ),
222
- packagename = "fmriprep" ,
221
+ config = data .load ("reports-spec.yml" )
223
222
)
224
223
write_derivative_description (config .execution .bids_dir , config .execution .fmriprep_dir )
225
224
write_bidsignore (config .execution .fmriprep_dir )
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ def _load_config(self, config):
34
34
from yaml import safe_load as load
35
35
36
36
settings = load (config .read_text ())
37
- self .packagename = self .packagename or settings .get ("package" , None )
38
37
39
38
# Removed from here: Appending self.packagename to self.root and self.out_dir
40
39
# In this version, pass reportlets_dir and out_dir with fmriprep in the path.
You can’t perform that action at this time.
0 commit comments