mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +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:
|
||||
ac_id = m.group(1)
|
||||
if not ac_id in ids:
|
||||
ids.append(id)
|
||||
ids.append(ac_id)
|
||||
return ids
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user