mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
19e053a7b4
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ def hook_callback(action, hooks=[], args=None):
|
|||
try:
|
||||
hook_exec(info['path'], args=args, raise_on_error=True)
|
||||
except MoulinetteError as e:
|
||||
logger.error(e.strerror)
|
||||
logger.error(str(e))
|
||||
state = 'failed'
|
||||
try:
|
||||
result[state][name].append(info['path'])
|
||||
|
|
Loading…
Add table
Reference in a new issue