Skip to content

Commit

Permalink
raising regular Exception 1
Browse files Browse the repository at this point in the history
Signed-off-by: Katharina Trentau <[email protected]>
  • Loading branch information
fraugabel committed Nov 18, 2024
1 parent 400fb54 commit e00043e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ def __enter__(self):
return self

def __exit__(self, exc_type, exc_value, traceback):
if self.return_code != 4:
self.clean()
# if self.return_code != 4:
# self.clean()
if self.return_code == 0:
self.return_message = "all tests passed"
if isinstance(exc_value, SCSTestException):
Expand Down

0 comments on commit e00043e

Please sign in to comment.