mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
jw.pkg.lib.util.run_cmd(): Fix mode:auto
In cmd_input == "mode:auto", the interactive variable is currently not set due to a typo. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f8dc8ee6d1
commit
82c6a44ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ async def run_cmd(
|
|||
|
||||
# -- interactive mode
|
||||
if cmd_input == "mode:auto" and sys.stdin.isatty():
|
||||
cmd_input == "mode:interactive"
|
||||
cmd_input = "mode:interactive"
|
||||
|
||||
if cmd_input == "mode:interactive":
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue