Skip to content

Commit

Permalink
Update extractor.py
Browse files Browse the repository at this point in the history
Patch FreeSurfer datacheck
  • Loading branch information
smeisler authored Jul 21, 2023
1 parent fb2b5b3 commit 75ba8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsub_extractor/functions/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def extractor(
):
if op.isfile(op.join(fs_dir, subject, "surf", "lh.white")) == False:
raise Exception(
f"{fs_sub_dir} does not appear to be contain completed recon-all outputs."
f"{op.join(fs_dir,subject)} does not appear to contain completed recon-all outputs."
)

if skip_roi_projection == False:
Expand Down

0 comments on commit 75ba8f4

Please sign in to comment.