Fixed typo
This commit is contained in:
parent
9eaa052744
commit
1e76b6c751
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class Metadata(Loggable):
|
|||
if new_val is not None:
|
||||
self.__metadata[special_key] = new_val
|
||||
except Exception as e:
|
||||
self.logger.info("Could not get special key %s for %d" %
|
||||
self.logger.info("Could not get special key %s for %s" %
|
||||
special_key, fpath)
|
||||
self.logger.info(str(e))
|
||||
# Finally, we "normalize" all the metadata here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue