Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
BalabaDmitri committed Apr 29, 2024
1 parent 19574bd commit c1feb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ def client_relations(self) -> List[Relation]:
return relations

def _set_workload_version(self, psql_version):
"""Record the version of the software running as the workload. Also writes the version into the databags"""
"""Record the version of the software running as the workload. Also writes the version into the databags."""
self.unit.set_workload_version(psql_version)
if self.unit.is_leader():
self.app_peer_data.update({"database-version": psql_version})
Expand Down

0 comments on commit c1feb69

Please sign in to comment.