Skip to content

Commit

Permalink
Config fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 2, 2025
1 parent e3ba244 commit 353ae67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions law/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,9 @@ def get_default(self, section, option, default=no_value, type=None, expand_vars=

# return the referenced value
return self.get_default(*ref, default=default, type=type,
expand_vars=expand_vars, expand_user=expand_user, dereference=dereference,
default_when_none=default_when_none, _skip_refs=_skip_refs)
expand_vars=expand_vars, expand_user=expand_user, split_csv=split_csv,
dereference=dereference, default_when_none=default_when_none,
_skip_refs=_skip_refs)

# interpret None and "None" as missing?
if default_when_none and default_set:
Expand Down

0 comments on commit 353ae67

Please sign in to comment.