Code quality
This commit is contained in:
parent
d33959defc
commit
19ec364b72
|
@ -273,10 +273,11 @@ def buildCPoW():
|
||||||
if "bsd" in sys.platform:
|
if "bsd" in sys.platform:
|
||||||
# BSD make
|
# BSD make
|
||||||
call(["make", "-C", os.path.join(paths.codePath(), "bitmsghash"),
|
call(["make", "-C", os.path.join(paths.codePath(), "bitmsghash"),
|
||||||
'-f', 'Makefile.bsd']) # nosec:B607, B603
|
'-f', 'Makefile.bsd']) # nosec B607, B603
|
||||||
else:
|
else:
|
||||||
# GNU make
|
# GNU make
|
||||||
call(["make", "-C", os.path.join(paths.codePath(), "bitmsghash")]) # nosec:B607, B603
|
call(["make", "-C", os.path.join(paths.codePath(),
|
||||||
|
"bitmsghash")]) # nosec B607, B603
|
||||||
if os.path.exists(os.path.join(paths.codePath(), "bitmsghash", "bitmsghash.so")):
|
if os.path.exists(os.path.join(paths.codePath(), "bitmsghash", "bitmsghash.so")):
|
||||||
init()
|
init()
|
||||||
notifyBuild(True)
|
notifyBuild(True)
|
||||||
|
|
Reference in New Issue
Block a user