mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-25 12:04:33 +02:00
Kodi requires slash on directory "exists"
This commit is contained in:
@ -560,7 +560,7 @@ class FileManager:
|
|||||||
|
|
||||||
def walkTree(self,directory):
|
def walkTree(self,directory):
|
||||||
|
|
||||||
if(self.vfs.exists(directory)):
|
if(self.vfs.exists(directory + "/")):
|
||||||
dirs,files = self.vfs.listdir(directory)
|
dirs,files = self.vfs.listdir(directory)
|
||||||
|
|
||||||
#create all the subdirs first
|
#create all the subdirs first
|
||||||
|
Reference in New Issue
Block a user