Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
d6aeae54
Commit
d6aeae54
authored
Dec 23, 2013
by
Giorgos Korfiatis
Browse files
astakos: List quota for accepted users only
Don't attempt to show quota for non-accepted users, since they don't have any.
parent
6ebdb2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/user-show.py
View file @
d6aeae54
...
...
@@ -123,7 +123,7 @@ class Command(SynnefoCommand):
utils
.
pprint_table
(
self
.
stdout
,
[
kv
.
values
()],
kv
.
keys
(),
options
[
"output_format"
],
vertical
=
True
)
if
options
[
"list_quotas"
]:
if
options
[
"list_quotas"
]
and
user
.
is_accepted
()
:
unit_style
=
options
[
"unit_style"
]
check_style
(
unit_style
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment