fix moveCache
This commit is contained in:
parent
c018fd69d9
commit
643f88999b
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ class ArchiveFile(SQLObject):
|
|||
return f
|
||||
|
||||
def moveCache(self):
|
||||
make_dir = self.frameFolder
|
||||
if os.path.exists(self.mini_movie_file_old):
|
||||
for folder, folders, files in os.walk(self.frameFolder_old):
|
||||
for f in files:
|
||||
|
|
Loading…
Reference in a new issue