[mod] no catchall exceptions

This commit is contained in:
Laurent Peuch 2021-01-01 17:14:53 +01:00
parent f7c3521e27
commit 165d2b3225

View file

@ -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