mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Moar tmp tweaks to try to debug the CI
This commit is contained in:
parent
3ca302b85d
commit
16946372cc
1 changed files with 4 additions and 0 deletions
|
@ -385,6 +385,8 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
||||||
domain_list_cache = {}
|
domain_list_cache = {}
|
||||||
_set_hostname(new_main_domain)
|
_set_hostname(new_main_domain)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
logger.warning(str(e), exc_info=1)
|
logger.warning(str(e), exc_info=1)
|
||||||
raise YunohostError("main_domain_change_failed")
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
|
@ -392,6 +394,8 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
||||||
try:
|
try:
|
||||||
app_ssowatconf()
|
app_ssowatconf()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
logger.warning(str(e), exc_info=1)
|
logger.warning(str(e), exc_info=1)
|
||||||
raise YunohostError("main_domain_change_failed")
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue