Skip to content

Commit

Permalink
Update serve_event_listener/status_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Churikov <[email protected]>
  • Loading branch information
alfredeen and churnikov authored Aug 23, 2024
1 parent 1a60ab6 commit 2fe018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve_event_listener/status_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def update_or_create_status(

logger.debug(
f"Release {release}. Status data before update:{status_data}. \
release in status data? {release not in status_data}. \
{(release in status_data)=}? \
creation_timestamp={creation_timestamp}, deletion_timestamp={deletion_timestamp}"
)
if (
Expand Down

0 comments on commit 2fe018a

Please sign in to comment.