mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Clean up the error message.
This commit is contained in:
parent
3e1a8456e0
commit
aabd20d513
@ -39,7 +39,7 @@ except KeyboardInterrupt:
|
||||
print 'user terminated'
|
||||
sys.exit(1)
|
||||
except:
|
||||
print 'unknown application load error'
|
||||
print 'error: unknown application load error'
|
||||
sys.exit(1)
|
||||
|
||||
def _check_bool(value):
|
||||
|
@ -40,7 +40,7 @@ except KeyboardInterrupt:
|
||||
print 'user terminated'
|
||||
sys.exit(1)
|
||||
except:
|
||||
print 'unknown application load error'
|
||||
print 'error: unknown application load error'
|
||||
sys.exit(1)
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user