Skip to content

Commit

Permalink
[tools] fix typo in get_id of calibration_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 29, 2013
1 parent 6f22616 commit 788b887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/calibration/calibration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 788b887

Please sign in to comment.