mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
@@ -40,8 +40,7 @@ except KeyboardInterrupt:
|
||||
print('abort: user terminated', file = sys.stderr)
|
||||
sys.exit(1)
|
||||
except:
|
||||
print('error: unknown application load error', file = sys.stderr)
|
||||
sys.exit(1)
|
||||
raise
|
||||
|
||||
def run(args = sys.argv):
|
||||
ec = 0
|
||||
|
Reference in New Issue
Block a user