mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 20:45:51 +00:00
Use sys.exit() in Manifests.py to run as program
This commit is contained in:
@@ -4,4 +4,4 @@ import sys
|
|||||||
from ripple.util import Sign
|
from ripple.util import Sign
|
||||||
|
|
||||||
result = Sign.run_command(sys.argv[1:])
|
result = Sign.run_command(sys.argv[1:])
|
||||||
exit(0 if result else -1)
|
sys.exit(0 if result else -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user