Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 4, 2024
2 parents 701385c + 8130b37 commit 416a49a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/odin/mapping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@ def apply(
specified is returned.
"""
context = context or {}
if context is None:
context = {}

mapping_result = mapping_result or cls.default_mapping_result
context.setdefault("_loop_idx", [])

Expand Down

0 comments on commit 416a49a

Please sign in to comment.