tqchen commented on a change in pull request #7165:
URL: https://github.com/apache/tvm/pull/7165#discussion_r552199320
##########
File path: python/tvm/micro/contrib/zephyr.py
##########
@@ -58,6 +58,10 @@ def run(self, cmd, **kw):
return subprocess.check_output(cmd, env=env, **kw)
+class ProjectNotFoundError(Exception):
Review comment:
Can handle later. Consider add the exception to the hierachy in
tvm.error later
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]