mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Raw message
This commit is contained in:
parent
2ece557e0c
commit
f6b244f294
1 changed files with 1 additions and 1 deletions
|
@ -1510,7 +1510,7 @@ def app_action_run(app, action, args=None):
|
|||
)
|
||||
|
||||
if retcode not in action_declaration.get("accepted_return_codes", [0]):
|
||||
raise YunohostError(retcode, "Error while executing action '%s' of app '%s': return code %s" % (action, app, retcode))
|
||||
raise YunohostError("Error while executing action '%s' of app '%s': return code %s" % (action, app, retcode), __raw_msg__=True)
|
||||
|
||||
os.remove(path)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue