Skip to content

Commit

Permalink
Add missing interpolation key when escaped (should never be set)
Browse files Browse the repository at this point in the history
bdvllrs committed Feb 22, 2024
1 parent 9c4d934 commit b95bbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple_shapes_dataset/config.py
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ def interpolate(
ParsingContext(
context.in_interpolation,
is_escaped=True,
interpolation_key=context.interpolation_key,
),
)
case "{" if not context.is_escaped:

0 comments on commit b95bbc4

Please sign in to comment.