Skip to content

Commit c033cc9

Browse files
committed
Fix missing line
1 parent 9f140fd commit c033cc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manager/manager/launcher/launcher_gzsim.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class LauncherGzsim(ILauncher):
5959
height: int
6060
width: int
6161
running: bool = False
62+
acceptsMsgs: bool = False
6263
threads: List[Any] = []
6364
gz_vnc: Any = Vnc_server()
6465

0 commit comments

Comments
 (0)