Tools: Fix emit.py regex
This commit is contained in:
parent
44803b92c7
commit
7d92ab1fb0
@ -10,7 +10,7 @@ class Emit:
|
|||||||
def __init__(self, sitl=False):
|
def __init__(self, sitl=False):
|
||||||
self.sitl = sitl
|
self.sitl = sitl
|
||||||
|
|
||||||
prog_values_field = re.compile(r"\s*(-?\w+:\w+)+,*")
|
prog_values_field = re.compile(r"-?\d*\.?\d+: ?[\w ]+,?")
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user