Commit 7dd9afc6 by Yvon Kerdoncuff

typo

parent 0225baf2
Pipeline #3901 canceled with stage
......@@ -421,7 +421,7 @@ class CagetteInventory(models.Model):
action_validate_issue = "Action validate did not return True"
coop_logger.error(action_validate_issue)
errors.append(action_validate_issue)
if name in res:
if 'name' in res:
coop_logger.error('Action validate returned wizard named %s', res['name'])
error.extend(
'Action validate wanted to return wizard named :',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment