Skip to content

Commit 43c30eb

Browse files
author
Vasileios Karakasis
committed
Fix conflict resolution errors
1 parent 9c3c272 commit 43c30eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reframe/core/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,4 @@ def what(exc_type, exc_value, tb):
340340
if str(exc_value):
341341
reason += f': {exc_value}'
342342

343-
exc_str = ''.join(traceback.format_exception(exc_type, exc_value, tb))
344-
return 'unexpected error: %s\n%s' % (exc_value, exc_str)
343+
return reason

0 commit comments

Comments
 (0)