Improve error message for exports for OS2-only targets

pull/9589/head
Brian Daniels 2019-02-01 17:02:46 -06:00
parent 3d4582bda0
commit 8d900c77cf
1 changed files with 1 additions and 1 deletions

View File

@ -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__":