mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2
wscript
2
wscript
@@ -125,7 +125,7 @@ class Template(string.Template):
|
|||||||
idpattern = "[_A-Za-z][_A-Za-z0-9:#]*"
|
idpattern = "[_A-Za-z][_A-Za-z0-9:#]*"
|
||||||
|
|
||||||
|
|
||||||
_VAR_PATTERN = re.compile("\$\{?(" + Template.idpattern + ")\}?$")
|
_VAR_PATTERN = re.compile("\\$\\{?(" + Template.idpattern + ")\\}?$")
|
||||||
|
|
||||||
|
|
||||||
def _is_enabled_op_and(enabled, enabled_by):
|
def _is_enabled_op_and(enabled, enabled_by):
|
||||||
|
|||||||
Reference in New Issue
Block a user