Skip to content

Commit 200c5e9

Browse files
ericearlArshitha
andauthored
Update src/dsst_defacing_wf.py
Accepting more per previous suggestion. Co-authored-by: Arshitha Basavaraj <arsh2794@gmail.com>
1 parent bef8d69 commit 200c5e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dsst_defacing_wf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ def main():
9191
to_deface = glob(os.path.join(args.bids_dir, "sub-*"))
9292

9393

94-
# for all subjects
95-
else:
96-
to_deface = glob(os.path.join(args.bids_dir, "sub-*"))
9794

9895
# run generate mapping script
9996
mapping_dict = generate_mappings.crawl(input_dir, output)

0 commit comments

Comments
 (0)