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

London assembly scraper #167

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update code for new click version
ajparsons committed Apr 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b9a538b2411141d42e14f1183bd20858d8b29012
2 changes: 1 addition & 1 deletion london-mayors-questions/questions.py
Original file line number Diff line number Diff line change
@@ -975,7 +975,7 @@ def reset_state(context):
click.echo("All done. Have a nice day.")


@cli.resultcallback()
@cli.result_callback()
@click.pass_context
def process_result(context, result, **kwargs):
"""Called after anything in the CLI command group, to write the state back to the file."""