Skip to content

Commit

Permalink
errors: fix get_error_report missing module name info
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 2, 2023
1 parent ff4ae0f commit 66dec89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otaclient/app/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get_error_report(self, title: str = "") -> str:
"""The detailed failure report for debug use."""
return (
f"\n{title}\n"
f"@module: {self.module}"
"\n------ failure_reason ------\n"
f"{self.get_failure_reason()}"
"\n------ end of failure_reason ------\n"
Expand Down

0 comments on commit 66dec89

Please sign in to comment.