Skip to content

Commit

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

def __exit__(self, exc_type, exc_value, traceback):
if self.cleanup:
if self.return_code != 4:
logger.debug("cleaning because 4")
self.clean()
if self.return_code == 0:
self.return_message = "all tests passed"
Expand Down

0 comments on commit 2d3e749

Please sign in to comment.