cleanup prints

This commit is contained in:
Natan Keddem
2023-11-04 00:00:28 -04:00
parent c99c158e4a
commit eee05f8e28
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class Cli:
with contextlib.suppress(asyncio.TimeoutError):
await asyncio.wait_for(process.wait(), 0.1)
except Exception as e:
print(e)
logger.exception(e)
def terminate(self) -> None:
self._terminate.set()