mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: don't assert domain exists in _get_parent_domain_of
This commit is contained in:
parent
3e8b05b971
commit
aaa3a901d0
1 changed files with 0 additions and 2 deletions
|
@ -184,8 +184,6 @@ def _list_subdomains_of(parent_domain):
|
||||||
|
|
||||||
def _get_parent_domain_of(domain, return_self=False, topest=False):
|
def _get_parent_domain_of(domain, return_self=False, topest=False):
|
||||||
|
|
||||||
_assert_domain_exists(domain)
|
|
||||||
|
|
||||||
domains = _get_domains(exclude_subdomains=topest)
|
domains = _get_domains(exclude_subdomains=topest)
|
||||||
|
|
||||||
domain_ = domain
|
domain_ = domain
|
||||||
|
|
Loading…
Add table
Reference in a new issue