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

keyword → query #112

Merged
merged 3 commits into from
Nov 8, 2024
Merged

keyword → query #112

merged 3 commits into from
Nov 8, 2024

Conversation

Gallaecio
Copy link
Contributor

No description provided.

@Gallaecio Gallaecio requested review from kmike and wRAR November 8, 2024 11:00

from zyte_common_items.base import Item
from zyte_common_items.components import DetailsMetadata, Header, Request
from zyte_common_items.converters import to_metadata_optional

_TEMPLATE_ENVIRONMENT = jinja2.Environment()
_TEMPLATE_ENVIRONMENT = jinja2.Environment(undefined=StrictUndefined)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe we should mention this in the release notes as a bug fix. Before, {{ foo }} would have been silently removed, now it will raise an UndefinedError exception.

@Gallaecio Gallaecio marked this pull request as draft November 8, 2024 11:02
@Gallaecio Gallaecio marked this pull request as ready for review November 8, 2024 11:08
@Gallaecio Gallaecio merged commit fcdee04 into zytedata:main Nov 8, 2024
9 checks passed
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.

2 participants