mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
Fix zip files getting an extra copy of each file on each run of the scheduler
This commit is contained in:
parent
7d2c8c54c6
commit
6786a233e0
@ -558,12 +558,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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user