10 lines
625 B
Plaintext
10 lines
625 B
Plaintext
|
|
File "/Users/noise/.local/share/uv/tools/pyinfra/lib/python3.12/site-packages/pyinfra_cli/cli.py", line 263, in cli
|
||
|
|
_main(*args, **kwargs)
|
||
|
|
File "/Users/noise/.local/share/uv/tools/pyinfra/lib/python3.12/site-packages/pyinfra_cli/cli.py", line 442, in _main
|
||
|
|
and not _do_confirm("Detected changes displayed above, skip this step with -y")
|
||
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
File "/Users/noise/.local/share/uv/tools/pyinfra/lib/python3.12/site-packages/pyinfra_cli/cli.py", line 468, in _do_confirm
|
||
|
|
v = input()
|
||
|
|
^^^^^^^
|
||
|
|
EOFError: EOF when reading a line
|