mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Merge branch 'louder' into test-letstest-all-changes2
This commit is contained in:
commit
1ea5bb5fb8
1 changed files with 1 additions and 0 deletions
|
|
@ -558,6 +558,7 @@ def main():
|
|||
p.join(timeout)
|
||||
while p.is_alive():
|
||||
print('Waiting on client processes...')
|
||||
sys.stdout.flush()
|
||||
p.join(timeout)
|
||||
# add SENTINEL to output queue
|
||||
outqueue.put(SENTINEL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue