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
9c9342e7
Commit
9c9342e7
authored
Jun 28, 2013
by
Giorgos Korfiatis
Browse files
astakos: Fix call of helper function
parent
da1bda12
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/functions.py
View file @
9c9342e7
...
...
@@ -513,7 +513,7 @@ def leave_project_checks(project):
def
can_leave_request
(
project
,
user
):
try
:
leave_project_checks
(
project
,
user
)
leave_project_checks
(
project
)
except
PermissionDenied
:
return
False
m
=
user
.
get_membership
(
project
)
...
...
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