Revision 78f99abb lib/backend.py
b/lib/backend.py | ||
---|---|---|
86 | 86 |
_IES_CA_FILE = "ca" |
87 | 87 |
|
88 | 88 |
#: Valid LVS output line regex |
89 |
_LVSLINE_REGEX = re.compile("^ *([^|]+)\|([^|]+)\|([0-9.]+)\|([^|]{6,})\|?$") |
|
89 |
_LVSLINE_REGEX = re.compile(r"^ *([^|]+)\|([^|]+)\|([0-9.]+)\|([^|]{6,})\|?$")
|
|
90 | 90 |
|
91 | 91 |
# Actions for the master setup script |
92 | 92 |
_MASTER_START = "start" |
Also available in: Unified diff