Commit 60cbd5fa by willmcgugan

Fix

parent 064714ca
...@@ -131,3 +131,4 @@ def countbytes(count_fs): ...@@ -131,3 +131,4 @@ def countbytes(count_fs):
""" """
total = sum(count_fs.getsize(f) for f in count_fs.walkfiles()) total = sum(count_fs.getsize(f) for f in count_fs.walkfiles())
return total
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment