Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Zerwes <[email protected]>
  • Loading branch information
grst and zerwes authored Oct 18, 2024
1 parent c5903d2 commit f1c65b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ kwargs
- ``none_behavior``: bit (one of the listed below):

- ``hiyapyco.NONE_BEHAVIOR_DEFAULT``: attempt to merge the value with ``None`` and fail if this is not possible (default method)
- ``hiyapyco.NONE_BEHAVIOR_OVERRIDE``: ``None`` always overrides any other value.
- ``hiyapyco.NONE_BEHAVIOR_OVERRIDE``: ``None`` always overrides any other value.

- ``interpolate``: boolean : perform interpolation after the merge
(default: ``False``)
Expand Down
8 changes: 4 additions & 4 deletions test/base_none_behavior.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 smartindent
singel: null
int: null
singel: null
int: null
array: null
hash: null
deeplist:
- d1: null
- d2:
d2k1: null
d2k1: null
d2k2: x2
deepmap:
l1k1:
l2k1: null
l2k1: null
l2k2: abc
l1k2: null

0 comments on commit f1c65b3

Please sign in to comment.