Skip to content

Commit

Permalink
Merge branch 'master' into fix-missing-controller-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici authored Oct 6, 2023
2 parents 9d4cdbb + be013d7 commit d5e7242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juju/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ async def relate(self, relation1, relation2):
The logic is the same.
"""
log.warn("relate is deprecated and will be removed. Use integrate instead.")
log.warning("relate is deprecated and will be removed. Use integrate instead.")
return await self.integrate(relation1, relation2)

async def add_space(self, name, cidrs=None, public=True):
Expand Down

0 comments on commit d5e7242

Please sign in to comment.