Skip to content

Commit

Permalink
Uncommented line in LogfileExpect
Browse files Browse the repository at this point in the history
  • Loading branch information
rnemes committed Dec 17, 2024
1 parent 2bc0380 commit b2918ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testplan/testing/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ def __exit__(self, exc_type, exc_value, traceback):
if caller_frame:
assertion.file_path = os.path.abspath(caller_frame[1])
assertion.line_no = caller_frame[2]
# assertion.code_context = caller_frame.code_context[0].strip()
assertion.code_context = caller_frame.code_context[0].strip()

stdout_registry.log_entry(
entry=assertion, stdout_style=self.result.stdout_style
Expand Down

0 comments on commit b2918ae

Please sign in to comment.