mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Better exit handling.
This commit is contained in:
parent
de51909d19
commit
6ab2cb6696
2 changed files with 1 additions and 2 deletions
|
@ -308,7 +308,6 @@ def main():
|
|||
routine(dir, arg, list)
|
||||
|
||||
print "All done!"
|
||||
sys.exit(1)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue