We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b4eb4 commit a199801Copy full SHA for a199801
utils/error_handling.py
@@ -13,8 +13,7 @@ def _get_error_message_details(error):
13
stk = traceback.extract_tb(error_traceback, 1)
14
15
return (
16
- '{error_class} processing TIN / NPI message! '
17
- 'In {function}, the following error happened - {detail} at line {line}. '
+ '{error_class}. In {function}, the following error happened - {detail} at line {line}. '
18
).format(
19
error_class=error.__class__.__name__,
20
function=stk[0][2],
0 commit comments