mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-03 19:02:14 +01:00 
			
		
		
		
	Merge pull request #72 from brokeh/master
Fix duplicate files in zip backups
This commit is contained in:
		@@ -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):
 | 
				
			||||||
       
 | 
					       
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user