Skip to content

Commit

Permalink
Try out new regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 27, 2023
1 parent ccf4f62 commit 47b86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def init(cls):
"stimuli",
"sourcedata",
"models",
re.compile(r"^\."),
re.compile(r"\/\.\w+|^\.\w+"),
re.compile(
r"sub-[a-zA-Z0-9]+(/ses-[a-zA-Z0-9]+)?/(beh|dwi|eeg|ieeg|meg|func)"
),
Expand Down

0 comments on commit 47b86ee

Please sign in to comment.