From 47b86eeef8ccca82687b4cf0bb684dad20b206a1 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 27 Sep 2023 10:11:54 -0400 Subject: [PATCH] Try out new regex. --- aslprep/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aslprep/config.py b/aslprep/config.py index 48253a79a..ce51f3656 100644 --- a/aslprep/config.py +++ b/aslprep/config.py @@ -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)" ),