mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 11:04:31 +02:00
return boolean on complete (match super class)
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user