CC-2279: Upgrade script for converting stor directory to new format
-in progress...
This commit is contained in:
parent
75e56034e4
commit
621c85b1df
3 changed files with 79 additions and 20 deletions
|
@ -237,9 +237,9 @@ class MediaMonitorCommon:
|
|||
filepath = self.create_file_path(pathname, file_md)
|
||||
|
||||
self.logger.debug(u"Moving from %s to %s", pathname, filepath)
|
||||
self.move_file(pathname, filepath)
|
||||
#self.move_file(pathname, filepath)
|
||||
else:
|
||||
filepath = None
|
||||
self.logger.warn("File %s, has invalid metadata", pathname)
|
||||
|
||||
return filepath
|
||||
return filepath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue