mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Correct RuntimeError typo
This commit is contained in:
parent
86f5ce819e
commit
173aa42e02
@ -34,7 +34,7 @@ class TahoeLogProtocol(WebSocketClientProtocol):
|
||||
def onClose(self, *args):
|
||||
if not self.factory.on_open.called:
|
||||
self.factory.on_open.errback(
|
||||
RuntimError("Failed: {}".format(args))
|
||||
RuntimeError("Failed: {}".format(args))
|
||||
)
|
||||
self.factory.on_close.callback(self)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user