mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
flush?
This commit is contained in:
parent
bf1a6449a3
commit
435266b80c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class ACMEServer:
|
|||
|
||||
def stop(self) -> None:
|
||||
"""Stop the test stack, and clean its resources"""
|
||||
print('=> Tear down the test infrastructure...')
|
||||
print('=> Tear down the test infrastructure...', flush=True)
|
||||
try:
|
||||
for process in self._processes:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue