mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix flake8 warnings
This commit is contained in:
committed by
Christian Decker
parent
cf3f19524e
commit
d2109bfe0c
@@ -36,7 +36,7 @@ def bitcoind():
|
||||
|
||||
try:
|
||||
bitcoind.rpc.stop()
|
||||
except:
|
||||
except Exception:
|
||||
bitcoind.proc.kill()
|
||||
bitcoind.proc.wait()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user