This commit is contained in:
Rudi Grinberg 2012-09-13 15:48:36 -04:00
parent 1e76b6c751
commit 251e0f054a
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class Metadata(Loggable):
self.__metadata[special_key] = new_val
except Exception as e:
self.logger.info("Could not get special key %s for %s" %
special_key, fpath)
(special_key, fpath))
self.logger.info(str(e))
# Finally, we "normalize" all the metadata here:
self.__metadata = mmp.normalized_metadata(self.__metadata, fpath)