mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Clean up the exception handling. Lets --help work.
This commit is contained in:
parent
0f58d47121
commit
6e10a49c8b
@ -150,6 +150,11 @@ def run():
|
|||||||
except error.internal, ierr:
|
except error.internal, ierr:
|
||||||
print ierr
|
print ierr
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
except error.exit, eerr:
|
||||||
|
pass
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
_notice(opts, 'user terminated')
|
||||||
|
sys.exit(1)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user