diff --git a/lib/utils/quota.py b/lib/utils/quota.py index 739e1b0a..87865b25 100644 --- a/lib/utils/quota.py +++ b/lib/utils/quota.py @@ -18,7 +18,7 @@ def getUserQuota( userLogin ): string_result = string_result.split("\n") quotas = [] for a_line in string_result[2:3]: - usage, quota, limite, percentage = a_line.split("\t") + usage, quota, limite, percentage, fs = a_line.split("\t") line_dict = { "label": "Quota personnel", "usage":getFloat(usage), @@ -47,4 +47,4 @@ def fake_getUserQuota( userLogin ): 'filesystem': '/var/mail', 'usage': 0.06} ] - \ No newline at end of file +