fix moveCache

This commit is contained in:
j 2008-10-13 14:23:17 +02:00
parent c018fd69d9
commit 643f88999b

View file

@ -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: