This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix]
frappe/erpnext#5790
version-14
Rushabh Mehta
9 years ago
parent
0bc9b82e68
commit
1d7c8db398
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/limits.py
+ 1
- 1
frappe/limits.py
View File
@@ -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 = {
Write
Preview
Loading…
Cancel
Save