mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
note to self
This commit is contained in:
parent
3f8f715aa2
commit
77e5357a04
@ -162,6 +162,7 @@ def _cleanup_tahoe_process(tahoe_transport, exited, allow_missing=False):
|
||||
try:
|
||||
_cleanup_tahoe_process_async(tahoe_transport, allow_missing=allow_missing)
|
||||
except ProcessExitedAlready:
|
||||
# XXX is this wait logic right?
|
||||
print("signaled, blocking on exit")
|
||||
block_with_timeout(exited, reactor)
|
||||
print("exited, goodbye")
|
||||
|
Loading…
x
Reference in New Issue
Block a user