forked from OpenSDV/Linux_Kernel_map4vehicle
import_outline: ignore ^
This commit is contained in:
parent
fbb1b651db
commit
11f1f1db5e
|
@ -647,7 +647,9 @@ def import_outline(a=None):
|
|||
id = str(m.group(2))
|
||||
else:
|
||||
raise Exception(line)
|
||||
|
||||
if not id:
|
||||
continue
|
||||
id = re.sub(' \^$', '', id)
|
||||
if n <= nprev:
|
||||
stack = stack[:n - nprev - 1]
|
||||
# print(n, id, stack)
|
||||
|
|
Loading…
Reference in New Issue