Here is the snippet that causes the error:
net.grinder.scriptengine.jython.JythonScriptExecutionException: SyntaxError: ('invalid syntax', ('C:\\grinder-3.7.1\\lib \\.\\nb-romg-file-store\\current\\grinder_test.py', 131, 9, ' finally:'))
ss = '' self._suggestionLock.acquire() try: ss = suggestion_strings.next() except StopIteration: suggestion_strings = suggestions_generator() ss = suggestion_strings.next() finally: self._suggestionLock.release()
What could be wrong here?
Roman source share