Raw message

This commit is contained in:
Alexandre Aubin 2018-12-13 15:39:24 +00:00
parent 2ece557e0c
commit f6b244f294

View file

@ -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)