areusch commented on code in PR #11553:
URL: https://github.com/apache/tvm/pull/11553#discussion_r891668733


##########
tests/scripts/pytest_wrapper.py:
##########
@@ -131,4 +136,4 @@ def show_failure_help(failed_suites: List[str]) -> None:
     except Exception as e:
         # This script shouldn't ever introduce failures since it's just there 
to
         # add extra information, so ignore any errors
-        logging.error(str(e))
+        logging.exception(e)

Review Comment:
   i guess this is about the same as @driazati pointed out



-- 
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