Skip to content

Commit a569704

Browse files
bridadanadbridge
authored andcommitted
Improve error message for exports for OS2-only targets
1 parent 75a01f6 commit a569704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ def main():
371371
ignore=options.ignore
372372
)
373373
except NotSupportedException as exc:
374-
args_error(parser, "%s not supported by %s" % (mcu, ide))
375374
print("[Not Supported] %s" % str(exc))
375+
exit(1)
376376
exit(0)
377377

378378
if __name__ == "__main__":

0 commit comments

Comments
 (0)