mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[tools] fix typo in get_id of calibration_utils
This commit is contained in:
@@ -44,7 +44,7 @@ def get_ids_in_log(filename):
|
|||||||
if m:
|
if m:
|
||||||
ac_id = m.group(1)
|
ac_id = m.group(1)
|
||||||
if not ac_id in ids:
|
if not ac_id in ids:
|
||||||
ids.append(id)
|
ids.append(ac_id)
|
||||||
return ids
|
return ids
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user