Fix zip files getting an extra copy of each file on each run of the scheduler

This commit is contained in:
Andrew Brock
2015-05-06 21:36:50 +10:00
committed by Rob Weber
parent 31ea62c9bc
commit 2dbc2fa71b

View File

@ -551,12 +551,11 @@ class XbmcBackup:
rFile.close()
class FileManager:
fileArray = []
not_dir = ['.zip','.xsp','.rar']
vfs = None
def __init__(self,vfs):
self.vfs = vfs
self.fileArray = []
def walkTree(self,directory):