mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
devutils/update_platform_patches.py: Replace exit() with sys.exit()
exit() should only be used in a REPL, not a script
This commit is contained in:
@@ -183,4 +183,4 @@ def main():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
sys.exit(main())
|
||||
|
||||
Reference in New Issue
Block a user