mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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):
|
||||
self.sitl = sitl
|
||||
|
||||
prog_values_field = re.compile(r"\s*(-?\w+:\w+)+,*")
|
||||
prog_values_field = re.compile(r"-?\d*\.?\d+: ?[\w ]+,?")
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user