Improve error message for exports for OS2-only targets

pull/9646/head
Brian Daniels 2019-02-01 17:02:46 -06:00 committed by adbridge
parent 75a01f6806
commit a56970499d
1 changed files with 1 additions and 1 deletions

View File

@ -371,8 +371,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__":