Skip to content
Snippets Groups Projects
Commit 0f380de2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #10057: always return disk_usage_readable

parent 3becf620
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,7 @@ class CacheManager:
if not self.disk_usage.path_resolver.pathExists(path):
result['message'] = 'No such path: %s' % path
result['disk_usage_readable'] = humanreadablesize(result['disk_usage'])
logger.info('cache.getDiskUsageForPath result: %s' % result)
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment