mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 22:43:35 +00:00
tool/compile_gatt: print IO exception message and usage
This commit is contained in:
parent
a7666b0251
commit
5ea34488cd
@ -1113,8 +1113,8 @@ try:
|
||||
print('Created %s' % filename)
|
||||
|
||||
except IOError as e:
|
||||
|
||||
print(usage)
|
||||
parser.print_help()
|
||||
print(e)
|
||||
sys.exit(1)
|
||||
|
||||
print('Compilation successful!\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user