Fix flake8 warnings

This commit is contained in:
practicalswift
2018-02-24 18:59:33 +01:00
committed by Christian Decker
parent cf3f19524e
commit d2109bfe0c
3 changed files with 14 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ def bitcoind():
try:
bitcoind.rpc.stop()
except:
except Exception:
bitcoind.proc.kill()
bitcoind.proc.wait()