mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
Merge pull request #901 from tahoe-lafs/3513.raiseException
Fix exception re-raising in no_network.py Fixes: ticket:3513
This commit is contained in:
commit
bd9a91abf6
0
newsfragments/3513.minor
Normal file
0
newsfragments/3513.minor
Normal file
@ -357,7 +357,7 @@ class NoNetworkGrid(service.MultiService):
|
|||||||
to complete properly
|
to complete properly
|
||||||
"""
|
"""
|
||||||
if self._setup_errors:
|
if self._setup_errors:
|
||||||
raise self._setup_errors[0].value
|
self._setup_errors[0].raiseException()
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def make_client(self, i, write_config=True):
|
def make_client(self, i, write_config=True):
|
||||||
|
Loading…
Reference in New Issue
Block a user