Skip to content

Commit

Permalink
Add change again: was lost during solving merge conflict #71
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Jan 19, 2024
1 parent 1c3afb5 commit 0ac0d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omi/dialects/oep/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def compile_date_or_none(x, format=None):
class JSONCompiler(Compiler):
__METADATA_VERSION = "OEP-1.4.0"

def _construct_dict(self, *args, omit_none=True, **kwargs):
def _construct_dict(self, *args, omit_none=False, **kwargs):
"""
Accepts a list of arguments of shape (name: str, field: Compileable) and returns a dictionary that maps
name -> self.visit(field). If `omit_none` is true, fields that are `None` are ignored.
Expand Down

0 comments on commit 0ac0d39

Please sign in to comment.