added docstring

This commit is contained in:
Peter Scheibel 2016-03-29 18:54:24 -07:00
parent 03d907e1e5
commit c40559433b

View File

@ -399,6 +399,7 @@ def version(self):
@property
def digests(self):
"""All digests for the concretized package version."""
versionInfo = self.versions[self.version]
digests = {}
if 'md5' in versionInfo: