mirror of https://github.com/ARMmbed/mbed-os.git
Improve error message for exports for OS2-only targets
parent
3d4582bda0
commit
8d900c77cf
|
@ -380,8 +380,8 @@ def main():
|
|||
ignore=options.ignore
|
||||
)
|
||||
except NotSupportedException as exc:
|
||||
args_error(parser, "%s not supported by %s" % (mcu, ide))
|
||||
print("[Not Supported] %s" % str(exc))
|
||||
exit(1)
|
||||
exit(0)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue