mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
Merge pull request #72 from brokeh/master
Fix duplicate files in zip backups
This commit is contained in:
commit
2ad895626a
@ -558,12 +558,11 @@ class XbmcBackup:
|
|||||||
rFile.close()
|
rFile.close()
|
||||||
|
|
||||||
class FileManager:
|
class FileManager:
|
||||||
fileArray = []
|
|
||||||
not_dir = ['.zip','.xsp','.rar']
|
not_dir = ['.zip','.xsp','.rar']
|
||||||
vfs = None
|
|
||||||
|
|
||||||
def __init__(self,vfs):
|
def __init__(self,vfs):
|
||||||
self.vfs = vfs
|
self.vfs = vfs
|
||||||
|
self.fileArray = []
|
||||||
|
|
||||||
def walkTree(self,directory):
|
def walkTree(self,directory):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user