mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +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)
|
print('Created %s' % filename)
|
||||||
|
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
|
parser.print_help()
|
||||||
print(usage)
|
print(e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
print('Compilation successful!\n')
|
print('Compilation successful!\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user