Tmp fix to try to debug the CI @_@

This commit is contained in:
Alexandre Aubin 2022-01-29 16:54:27 +01:00
parent 345e50ae00
commit 3ca302b85d

View file

@ -389,7 +389,11 @@ def domain_main_domain(operation_logger, new_main_domain=None):
raise YunohostError("main_domain_change_failed")
# Generate SSOwat configuration file
app_ssowatconf()
try:
app_ssowatconf()
except Exception as e:
logger.warning(str(e), exc_info=1)
raise YunohostError("main_domain_change_failed")
# Regen configurations
if os.path.exists("/etc/yunohost/installed"):