mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-21 18:23:41 +02:00
rmdir function only accepts one arg now
This commit is contained in:
@ -73,7 +73,7 @@ class XBMCFileSystem(Vfs):
|
||||
return xbmcvfs.copy(xbmcvfs.translatePath(source), xbmcvfs.translatePath(dest))
|
||||
|
||||
def rmdir(self, directory):
|
||||
return xbmcvfs.rmdir(directory, True)
|
||||
return xbmcvfs.rmdir(directory)
|
||||
|
||||
def rmfile(self, aFile):
|
||||
return xbmcvfs.delete(aFile)
|
||||
|
Reference in New Issue
Block a user