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!
return

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


読み込み中…
キャンセル
保存