mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
remove unused binding
This commit is contained in:
parent
81193aaddc
commit
4232c7f142
@ -551,7 +551,7 @@ def tor_network(reactor, temp_dir, chutney, request):
|
||||
# print some useful stuff
|
||||
try:
|
||||
pytest_twisted.blockon(chutney(("status", basic_network)))
|
||||
except ProcessTerminated as e:
|
||||
except ProcessTerminated:
|
||||
print("Chutney.TorNet status failed (continuing)")
|
||||
|
||||
def cleanup():
|
||||
|
Loading…
Reference in New Issue
Block a user