mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
return boolean on complete (match super class)
This commit is contained in:
parent
7e703ca08c
commit
db7f7a02f5
@ -169,6 +169,7 @@ class DropboxFileSystem(Vfs):
|
||||
f = self.client.get_file(source).read()
|
||||
out.write(f)
|
||||
out.close()
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user