gromero opened a new pull request #10608: URL: https://github.com/apache/tvm/pull/10608
Currently when a non-existing FILE is passed to 'tvmc compile' it throws a traceback because a FileNotFoundError exception is not handled. Since there is no need for such abrupt exit, and the trace can also confuse users, this commit fixes it by catching the exception and gently exiting letting the user known about the incorrect FILE given. Signed-off-by: Gustavo Romero <[email protected]> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
