diff --git a/tools/project.py b/tools/project.py index 86492809f6..550c2eec3e 100644 --- a/tools/project.py +++ b/tools/project.py @@ -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__":