We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1ca00 commit 9f71013Copy full SHA for 9f71013
1 file changed
pybricksdev/cli/__init__.py
@@ -414,15 +414,15 @@ def is_pybricks_usb(dev):
414
await hub.download(script_path)
415
416
if args.stay_connected:
417
- await self.stay_connected_menu(hub)
+ await self.stay_connected_menu(hub, args)
418
419
except SyntaxError as e:
420
print()
421
print("A syntax error occurred while parsing your program:")
422
print(e)
423
424
425
426
427
finally:
428
await hub.disconnect()
0 commit comments