mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fail
This commit is contained in:
parent
5e8be1da24
commit
f7b50c3166
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ def domain_add(domains, web=False):
|
||||||
except YunoHostError:
|
except YunoHostError:
|
||||||
if web:
|
if web:
|
||||||
win_msg(_("Web config created"))
|
win_msg(_("Web config created"))
|
||||||
return
|
result.append(domain)
|
||||||
|
break
|
||||||
else:
|
else:
|
||||||
raise YunoHostError(17, _("Domain already created"))
|
raise YunoHostError(17, _("Domain already created"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue