jw-pkg/src/python
Jan Lindemann 6cdcd23010 lib.ec.ssh.Exec._run_ssh(): Fix interactivity translation
cmd_input is passed as None to _run(), which is legal, but then used
in a call to cmd_run(), which is a public API and, hence, illegal.
InputMode.NonInteractive should be used instead, do that.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-18 10:43:31 +02:00
..
jw lib.ec.ssh.Exec._run_ssh(): Fix interactivity translation 2026-04-18 10:43:31 +02:00
Makefile projects.py: Move bulk of code into module 2025-11-15 11:08:52 +01:00