Update lib/spack/spack/spec.py
This commit is contained in:
parent
3daf5d0e8d
commit
0b81a52476
@ -152,7 +152,7 @@
|
|||||||
r"(})?" # finish format string with non-escaped close brace }, or missing if not present
|
r"(})?" # finish format string with non-escaped close brace }, or missing if not present
|
||||||
r"|"
|
r"|"
|
||||||
# OPTION 3: mismatched close brace (option 2 would consume a matched open brace)
|
# OPTION 3: mismatched close brace (option 2 would consume a matched open brace)
|
||||||
r"(})" r")", # brace
|
r"(})" # brace
|
||||||
r")",
|
r")",
|
||||||
re.IGNORECASE,
|
re.IGNORECASE,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user