Commit b1c9c4db authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@46011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 908c67a3
......@@ -52,7 +52,7 @@ def createPerson(result, browser):
# Validate it (as the workflow action may not be available yet, try 5 times
# and sleep 5s between each attempts before failing)
waiting_for_validate_action, show_validate_time = \
show_validate_time, waiting_for_validate_action = \
browser.mainForm.submitSelectWorkflow(value='validate_action',
maximum_attempt_number=5,
sleep_between_attempt=5)
......
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