mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +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):
|
def exists(self,aFile):
|
||||||
aFile = self._fix_slashes(aFile)
|
aFile = self._fix_slashes(aFile)
|
||||||
utils.log('check exists:' + aFile)
|
|
||||||
if(self.client != None):
|
if(self.client != None):
|
||||||
#can't list root metadata
|
#can't list root metadata
|
||||||
if(aFile == ''):
|
if(aFile == ''):
|
||||||
|
Loading…
Reference in New Issue
Block a user