mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] no catchall exceptions
This commit is contained in:
parent
f7c3521e27
commit
165d2b3225
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def domain_add(operation_logger, domain, dyndns=False):
|
||||||
# Force domain removal silently
|
# Force domain removal silently
|
||||||
try:
|
try:
|
||||||
domain_remove(domain, True)
|
domain_remove(domain, True)
|
||||||
except:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue