Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Dec 23, 2023
1 parent c23d22f commit fd2af29
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 390 deletions.
2 changes: 1 addition & 1 deletion operator/netchecks_operator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def upsert_policy_report(probe_results, assertion_name, namespace, pod_name):
logger.info("PolicyReport created")

# Create an event on the policy report
logger.info("Policy Report Metadata", meta=policy_report['metadata'])
logger.info("Policy Report Metadata", meta=policy_report["metadata"])
kopf.event(
objs=policy_report,
type="Normal",
Expand Down
Loading

0 comments on commit fd2af29

Please sign in to comment.