Skip to content

Commit

Permalink
Remove note: true now, not true after Juju updates.
Browse files Browse the repository at this point in the history
It seems to make sense to remove this at the same time we're changing the Harness behaviour, even though we're a bit ahead of Juju.
  • Loading branch information
tonyandrewmeyer committed Nov 23, 2023
1 parent ba3d43d commit d5a9d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ops/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,8 +1291,7 @@ def get_content(self, *, refresh: bool = False) -> Dict[str, str]:
Args:
refresh: If true, fetch the latest revision's content and tell
Juju to update to tracking that revision. The default is to
get the content of the currently-tracked revision. This
parameter is only meaningful for secret observers, not owners.
get the content of the currently-tracked revision.
"""
if refresh or self._content is None:
self._content = self._backend.secret_get(
Expand Down

0 comments on commit d5a9d0b

Please sign in to comment.