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()
|
f = self.client.get_file(source).read()
|
||||||
out.write(f)
|
out.write(f)
|
||||||
out.close()
|
out.close()
|
||||||
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user