Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update utils_backend_common_compare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 21, 2021
1 parent 44713e5 commit e16fcf4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ def compare_runtime_session( # pylint: disable=R0912
sess = cls_session(onx, runtime_options=runtime_options)
except TypeError as e: # pragma: no cover
raise TypeError( # pylint: disable=W0707
"Wrong signature for '{}'.".format(cls_session.__name__))
"Wrong signature for '{}' ({}).".format(cls_session.__name__, e))
except ExpectedAssertionError as expe: # pragma no cover
raise expe
except Exception as e: # pylint: disable=W0703
Expand Down

0 comments on commit e16fcf4

Please sign in to comment.