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
4ffb93a0
Commit
4ffb93a0
authored
Jun 12, 2013
by
Sofia Papagiannaki
Browse files
pithos: fix another typo in reconcile-commissions-pithos command
parent
e4528892
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/pithos/api/management/commands/reconcile-commissions-pithos.py
View file @
4ffb93a0
...
...
@@ -84,7 +84,7 @@ class Command(NoArgsCommand):
for
i
in
failed
:
self
.
stdout
.
write
(
'%s
\n
'
%
i
)
b
.
commision_serials
.
delete_many
(
accepted
)
b
.
commis
s
ion_serials
.
delete_many
(
accepted
)
except
Exception
,
e
:
logger
.
exception
(
e
)
raise
CommandError
(
e
)
...
...
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