Commit 4d3e7ee7 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@46027 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 940eb439
......@@ -794,7 +794,7 @@ class ContextMainForm(MainForm):
self.submitSelect('select_jump', 'Base_doJump:method',
label, value, **kw)
else:
current_attempt_number = 0
current_attempt_counter = 0
while current_attempt_counter != maximum_attempt_number:
self.submitSelect('select_jump', 'Base_doJump:method',
label, value, **kw)
......
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