mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Hmpf
This commit is contained in:
parent
8ab28849a1
commit
4775b40b95
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ import shutil
|
||||||
import random
|
import random
|
||||||
from typing import Dict, Any, List
|
from typing import Dict, Any, List
|
||||||
|
|
||||||
|
from moulinette import m18n
|
||||||
from moulinette.utils.process import check_output
|
from moulinette.utils.process import check_output
|
||||||
from moulinette.utils.log import getActionLogger
|
from moulinette.utils.log import getActionLogger
|
||||||
from moulinette.utils.filesystem import mkdir, chown, chmod, write_to_file
|
from moulinette.utils.filesystem import mkdir, chown, chmod, write_to_file
|
||||||
|
@ -110,7 +111,7 @@ class AppResourceManager:
|
||||||
failure_message_with_debug_instructions, raw_msg=True
|
failure_message_with_debug_instructions, raw_msg=True
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
raise YunohostError(str(exception), raw_msg=True0
|
raise YunohostError(str(exception), raw_msg=True)
|
||||||
else:
|
else:
|
||||||
logger.error(exception)
|
logger.error(exception)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue