diff --git a/resources/lib/vfs.py b/resources/lib/vfs.py index cf50d80..059e53f 100644 --- a/resources/lib/vfs.py +++ b/resources/lib/vfs.py @@ -137,7 +137,7 @@ class DropboxFileSystem(Vfs): except: #if we have an exception retry retry = True - return self.copy(source,dest) + return self.put(source,dest) else: return False