mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +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