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

changed arguments for awkward_form (→ main-v4) #618

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

jpivarski
Copy link
Member

#617 went into main; this PR goes into main-v4.

@jpivarski jpivarski linked an issue Jun 21, 2022 that may be closed by this pull request
@jpivarski jpivarski merged commit badcaa5 into main-v4 Jun 21, 2022
@jpivarski jpivarski deleted the aryan-fixing-interpretation branch June 21, 2022 22:02
def _make_context(context, index_format, header, tobject_header, breadcrumbs):
if context is None:
context = {}
context["index_format"] = "i64"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if here you meant:

         context["index_format"] = index_format
etc...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're right. One moment...

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 this pull request may close these issues.

awkward_form() context arg is not optional
3 participants