Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Nov 28, 2024
1 parent c21d371 commit 623d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/grafana_k8s/v0/grafana_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def _remove_source_from_datastore(self, event: RelationDepartedEvent) -> bool:

self.set_peer_data("sources", stored_sources)

# remove this datasource name from the published datasource names shared with the datasource units
# update the published datasource names shared with the datasource units after removing this unit/source
self._publish_source_uids(
event.relation, {ds["unit"]: ds["source_name"] for ds in removed_source}
)
Expand Down

0 comments on commit 623d8e0

Please sign in to comment.