Update lib/spack/spack/spec.py
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user