Skip to content
New issue

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

demo code has an IndentationError #514

Open
zhangming0509 opened this issue Mar 14, 2016 · 1 comment
Open

demo code has an IndentationError #514

zhangming0509 opened this issue Mar 14, 2016 · 1 comment

Comments

@zhangming0509
Copy link

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)
@nikolas
Copy link
Contributor

nikolas commented Mar 15, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants