We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a56b5d commit e2740a1Copy full SHA for e2740a1
1 file changed
juju/model.py
@@ -1227,7 +1227,7 @@ def name(self):
1227
def info(self) -> ModelInfo:
1228
"""Return the cached client.ModelInfo object for this Model.
1229
1230
- If Model.get_info() has not been called, this will return None.
+ If Model.get_info() has not been called, this will raise an error.
1231
"""
1232
if not self.is_connected():
1233
raise JujuModelError("Model is not connected")
0 commit comments