Fix a bug.

This commit is contained in:
dachshund 2013-09-07 19:57:09 -04:00
parent 64e0987a40
commit 4e560bc8af

View file

@ -1174,6 +1174,8 @@ def _update_metadata_if_changed(self, metadata_role, referenced_metadata='releas
logger.debug('Compressed version of '+\
repr(uncompressed_metadata_filename)+' not available.')
fileinfo = uncompressed_fileinfo
else:
fileinfo = uncompressed_fileinfo
# Simply return if the file has not changed, according to the metadata
# about the uncompressed file provided by the referenced metadata.