Rushabh Mehta 9 年之前
父節點
當前提交
1d7c8db398
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/limits.py

+ 1
- 1
frappe/limits.py 查看文件

@@ -88,7 +88,7 @@ def get_usage_info():
# no limits! # no limits!
return return


limits.space = limits.space * 1024.0 # to MB
limits.space = (limits.space or 0) * 1024.0 # to MB
if not limits.space_usage: if not limits.space_usage:
# hack! to show some progress # hack! to show some progress
limits.space_usage = { limits.space_usage = {


Loading…
取消
儲存