Skip to content

Commit a199801

Browse files
committed
Rephrase error message
1 parent e2b4eb4 commit a199801

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/error_handling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ def _get_error_message_details(error):
1313
stk = traceback.extract_tb(error_traceback, 1)
1414

1515
return (
16-
'{error_class} processing TIN / NPI message! '
17-
'In {function}, the following error happened - {detail} at line {line}. '
16+
'{error_class}. In {function}, the following error happened - {detail} at line {line}. '
1817
).format(
1918
error_class=error.__class__.__name__,
2019
function=stk[0][2],

0 commit comments

Comments
 (0)