mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Better setup error re-raising
This commit is contained in:
parent
fefc91ea49
commit
875f4d3414
@ -357,7 +357,7 @@ class NoNetworkGrid(service.MultiService):
|
||||
to complete properly
|
||||
"""
|
||||
if self._setup_errors:
|
||||
raise self._setup_errors[0].value
|
||||
self._setup_errors[0].raiseException()
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def make_client(self, i, write_config=True):
|
||||
|
Loading…
x
Reference in New Issue
Block a user