[cli][domain] Remove misplaced elif in add_acls.
This commit is contained in:
parent
c97fa3b4c2
commit
31a8f68a0a
|
@ -102,9 +102,6 @@ def update_db(domain):
|
||||||
add_acl_fct(fct)
|
add_acl_fct(fct)
|
||||||
acl.insert()
|
acl.insert()
|
||||||
|
|
||||||
elif fct is None:
|
|
||||||
acl.delete()
|
|
||||||
|
|
||||||
|
|
||||||
def get_fct_name(http_verb, path):
|
def get_fct_name(http_verb, path):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue