gromero opened a new pull request #9213:
URL: https://github.com/apache/tvm/pull/9213


   Currently if an invalid FILE argument is passed to 'tvmc run' the user
   will catch a traceback because exceptions are not treated, for instance:
   $ tvmc run /tmp/nonexistingfile will throw a FileNotFoundError trace.
   
   This commit catches the possible exceptions that can happen when an
   invalid FILE argument is used and convert them to better messages for
   the user so the invalid FILE can be easily spotted.
   
   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]


Reply via email to