Skip to content

Commit

Permalink
Potential fix for falense#69
Browse files Browse the repository at this point in the history
  • Loading branch information
falense committed May 27, 2018
1 parent 48ec721 commit 9018b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2fuse/b2fuse_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _get_cloud_space_consumption(self):
directories.extend(directory.get_directories())

for file_info in directory.get_file_infos():
space_consumption += file_info['contentLength']
space_consumption += file_info['size']

return space_consumption

Expand Down

0 comments on commit 9018b10

Please sign in to comment.