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
201a9714
Commit
201a9714
authored
May 15, 2013
by
Giorgos Korfiatis
Browse files
astakos: Remove obsolete keyword argument ctx
parent
b0eb658d
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/project-control.py
View file @
201a9714
...
...
@@ -153,11 +153,9 @@ class Command(BaseCommand):
length
,))
@
commit_on_success_strict
()
def
expire
(
self
,
execute
=
False
,
ctx
=
None
):
def
expire
(
self
,
execute
=
False
):
try
:
projects
=
check_expiration
(
execute
=
execute
)
self
.
print_expired
(
projects
,
execute
)
except
BaseException
as
e
:
if
ctx
:
ctx
.
mark_rollback
()
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