Skip to content

Commit

Permalink
Merge pull request #1359 from elementary-data/ele-2312-traceback-not-…
Browse files Browse the repository at this point in the history
…showing-sometimes

explicit exec info
  • Loading branch information
ofek1weiss authored Jan 8, 2024
2 parents c6f02dd + 2cfe463 commit 997c300
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def get_report_data(
self._add_report_tracking(report_data, error)
if error:
logger.exception(
f"Could not generate the report - Error: {error}\nPlease reach out to our community for help with this issue."
f"Could not generate the report - Error: {error}\nPlease reach out to our community for help with this issue.",
exc_info=error,
)
self.success = False

Expand Down

0 comments on commit 997c300

Please sign in to comment.