mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-08-15 12:38:05 +00:00
listvms.py: output connection error via stderr
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ae6d7b822a
commit
df938b0080
@ -96,7 +96,7 @@ def main():
|
||||
sslContext=ssl_context,
|
||||
)
|
||||
except OSError as err:
|
||||
print(f"failed to connect: {err}")
|
||||
print(f"failed to connect: {err}", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user