[uorb_graph][fix] fixes typo in Graph class __init__

Co-authored-by: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
Daniel Williams 2021-03-15 23:23:34 -04:00 committed by Lorenz Meier
parent 711422d755
commit 1dce38a8fe
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Graph(object):
self._orb_id_vehicle_attitude_controls_topic = 'actuator_controls_0'
self._orb_id_vehicle_attitude_controls_re = re.compile(r'\#define\s+ORB_ID_VEHICLE_ATTITUDE_CONTROLS\s+([^,)]+)')
self._warnings = [] # list off all ambiguous scan sites
self._warnings = [] # list of all ambiguous scan sites
self._current_scope = [] # stack with current module (they can be nested)