mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +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
|
||||
|
||||
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