Skip to content

Commit

Permalink
Fix duplicate issue problem (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemorad authored Dec 24, 2024
1 parent 9f13bfb commit 921c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robusta/core/playbooks/crash_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def send_crash_report(
except Exception:
logging.error("Failed to get pod logs", exc_info=True)

event.add_finding(finding)
event.add_finding(finding)

0 comments on commit 921c04f

Please sign in to comment.