Clarify code comment

This commit is contained in:
twangboy 2018-08-06 10:36:44 -06:00
parent 8af2cfd54a
commit 8ec058f498
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -1236,6 +1236,7 @@ def install(name=None, refresh=False, pkgs=None, **kwargs):
if version_num.lower() == 'latest' and 'latest' not in pkginfo:
# Get the most recent version number available from winrepo.p
# May also return `latest` or and empty string
version_num = _get_latest_pkg_version(pkginfo)
# Check if the version is already installed