Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit f493032

Browse files
author
Jaroslav Henner
committed
Improve the comment.
1 parent 0eaca93 commit f493032

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cfme/utils/appliance/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,9 +1532,11 @@ def _check_appliance_api_ready():
15321532
pass
15331533
api = self.rest_api
15341534

1535-
# Make sure we really make a new request.
1535+
# Make sure we really make a new request. Perhaps accessing the
1536+
# rest_api property just creates a client object but no network
1537+
# communicatin is done until we access some property of the
1538+
# client.
15361539
assert api.server_info['server_href']
1537-
15381540
self.log.info("Appliance REST API ready")
15391541
return api
15401542
except APIException as exc:

0 commit comments

Comments
 (0)