mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
missed log statement in testing
This commit is contained in:
parent
6a8573a0c8
commit
9490f7565c
@ -188,7 +188,7 @@ class DropboxFileSystem(Vfs):
|
||||
|
||||
def exists(self,aFile):
|
||||
aFile = self._fix_slashes(aFile)
|
||||
utils.log('check exists:' + aFile)
|
||||
|
||||
if(self.client != None):
|
||||
#can't list root metadata
|
||||
if(aFile == ''):
|
||||
|
Loading…
Reference in New Issue
Block a user