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

Make CheckRevisionStep Twisted-compatible #554

Commits on Dec 13, 2016

  1. Make CheckRevisionStep Twisted-compatible

    The inlineCallbacks decorator requires that the function it wraps
    (here, the run() method of CheckRevisionStep) is a generator, so that
    is is able to suspend execution to require it to insert callbacks.
    
    Make run() into a generator by yielding the Deferred return value.
    aneeshusa committed Dec 13, 2016
You can’t perform that action at this time.