1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-24 02:14:20 +01:00

Remove unused variable

This commit is contained in:
Quentin Legrand 2019-06-13 13:58:23 +02:00
parent 8be228f142
commit bc049eedec

View File

@ -274,7 +274,6 @@ def exception_decorator(func):
message="User '" + user + "' already exist"
)
elif et is GroupDoesntExist:
group = e.group
return self.temp['error.tmpl'].render(
is_admin=is_admin,
alert='danger',