We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f7f6b commit fd91c13Copy full SHA for fd91c13
software/glasgow/cli.py
@@ -597,7 +597,7 @@ async def run_applet():
597
logger.warn("applet provides customized REPL(s); consider using `run "
598
"{} ...-repl` subcommands".format(applet.name))
599
logger.info("dropping to REPL; use 'help(iface)' to see available APIs")
600
- await AsyncInteractiveConsole(locals={"iface":iface},
+ await AsyncInteractiveConsole(locals={"iface":iface, "device":device},
601
run_callback=device.demultiplexer.flush).interact()
602
603
if args.action == "run-script":
0 commit comments