We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c216b1 commit d53b64cCopy full SHA for d53b64c
nibabel/nicom/ascconv.py
@@ -10,7 +10,7 @@
10
11
ASCCONV_RE = re.compile(
12
r'### ASCCONV BEGIN((?:\s*[^=\s]+=[^=\s]+)*) ###\n(.*?)\n### ASCCONV END ###',
13
- flags=re.M | re.S,
+ flags=re.MULTILINE | re.DOTALL,
14
)
15
16
0 commit comments