mirror of
https://github.com/natankeddem/bale.git
synced 2026-05-05 15:11:46 +00:00
cleanup prints
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user