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

Syntax error in mitogen.fakessh.Process.wait() #58

Closed
moreati opened this issue Oct 24, 2017 · 0 comments · Fixed by #59
Closed

Syntax error in mitogen.fakessh.Process.wait() #58

moreati opened this issue Oct 24, 2017 · 0 comments · Fixed by #59

Comments

@moreati
Copy link
Member

moreati commented Oct 24, 2017

Changeset 325f532 introduced an errant :. This has resulted in https://mitogen.readthedocs.io/en/latest/#automatic-bootstrap showing

$ python ../preamble_size.py
Traceback (most recent call last):
  File "../preamble_size.py", line 9, in <module>
    import mitogen.fakessh
  File "/home/docs/checkouts/readthedocs.org/user_builds/mitogen/checkouts/latest/mitogen/fakessh.py", line 168
    self.wake_event.wait(0.1):
                             ^
SyntaxError: invalid syntax

refs #55

moreati added a commit to moreati/mitogen that referenced this issue Oct 24, 2017
@dw dw closed this as completed in #59 Oct 26, 2017
dw pushed a commit that referenced this issue Mar 19, 2018
PatrickCoakley23 pushed a commit to cyara/mitogen that referenced this issue Nov 10, 2023
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

Successfully merging a pull request may close this issue.

1 participant