diff options
-rwxr-xr-x | fb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -603,7 +603,7 @@ class FBClient: return if os.stat(file.path)[6] == 0: - file = self.create_temp_copy(file.path) + file.path = self.create_temp_copy(file.path) if os.path.isdir(file.path): file.path = self.create_tarball(file.path) |