Skip to content

Commit c313a80

Browse files
committed
FIX: style fix
1 parent ea4a568 commit c313a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petprep/workflows/pet/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def init_pet_fit_wf(
400400
ds_petmask_wf.inputs.inputnode.source_files = [pet_file]
401401
workflow.connect([(merge_mask, ds_petmask_wf, [('out', 'inputnode.petmask')])])
402402

403-
pvc_method = getattr(config.workflow, "pvc_method", None)
403+
pvc_method = getattr(config.workflow, 'pvc_method', None)
404404

405405
# Stage 4: Reference mask generation
406406
if config.workflow.ref_mask_name:

0 commit comments

Comments
 (0)