automatic ruff fixes

This commit is contained in:
Jörg Thalheim
2025-08-25 12:15:13 +02:00
parent 31cbb7dc00
commit b38b10c9a6
6 changed files with 16 additions and 7 deletions

View File

@@ -172,7 +172,10 @@ class Remote:
]
exit_cmd.append(remote.target)
subprocess.run(
exit_cmd, check=False, capture_output=True, timeout=5
exit_cmd,
check=False,
capture_output=True,
timeout=5,
)
except (subprocess.TimeoutExpired, subprocess.CalledProcessError):
# If exit fails still try to stop the master connection