mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
@@ -41,8 +41,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 unique(l):
|
||||
return sorted(list(set(l)))
|
||||
|
Reference in New Issue
Block a user