Skip to content

Commit

Permalink
chore(release-controller): Clarify the message on non-editable discou…
Browse files Browse the repository at this point in the history
…rse posts (#403)
  • Loading branch information
sasa-tomic committed May 22, 2024
1 parent bcba3ff commit 465b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-controller/forum.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def update(self, changelog: Callable[[str], str | None], proposal: Callable[[str
logging.info("updating post %s", post_id)
self.client.update_post(post_id=post_id, content=content_expected)
else:
logging.error("cannot update post %s", post_id)
logging.warning("post is not editable %s", post_id)
else:
self.client.create_post(
topic_id=self.topic_id,
Expand Down

0 comments on commit 465b9a7

Please sign in to comment.