We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the last demo in the lettuce tutorial has an IndentationError
def have_the_number(self, step, number): '''I have the number (\d+)''' self.set_number(number)
The text was updated successfully, but these errors were encountered:
good point, looks like the problem can be fixed here: https://github.com/gabrielfalcao/lettuce/blob/master/_public/tutorial/simple.html#L412
But that file is complicated.. I can't figure it out.
Sorry, something went wrong.
No branches or pull requests
the last demo in the lettuce tutorial has an IndentationError
The text was updated successfully, but these errors were encountered: