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
7a17242c
Commit
7a17242c
authored
Jan 28, 2013
by
Georgios D. Tsoukalas
Browse files
typo fix
parent
3bc7925d
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/astakos-quota-verify.py
View file @
7a17242c
...
...
@@ -66,7 +66,7 @@ class Command(BaseCommand):
existing
,
nonexisting
,
registered_quotas
,
astakos_quotas
=
log
if
nonexisting
:
self
.
stdout
.
write
(
"User not registered in quotaholder:
\n
"
)
self
.
stdout
.
write
(
"User
s
not registered in quotaholder:
\n
"
)
for
user
in
nonexisting
:
self
.
stdout
.
write
(
"%s
\n
"
%
(
user
))
self
.
stdout
.
write
(
"
\n
"
)
...
...
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