From 1dce38a8fead34513a7480df235582be6632bb70 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 15 Mar 2021 23:23:34 -0400 Subject: [PATCH] [uorb_graph][fix] fixes typo in Graph class __init__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Beat Küng --- Tools/uorb_graph/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/uorb_graph/create.py b/Tools/uorb_graph/create.py index 54175a965a..5e20ba4565 100755 --- a/Tools/uorb_graph/create.py +++ b/Tools/uorb_graph/create.py @@ -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)