Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Dec 20, 2023
1 parent d2e2a2e commit 2ccc4e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dotdrop/cfg_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,8 +1711,9 @@ def _merge_dict(cls, high, low, deep=False):
final[k] += val
else:
# don't know how to handle
err = 'unable to merge'
raise YamlException(err)
# err = 'unable to merge'
# raise YamlException(err)
final[k] = val
return final

@classmethod
Expand Down

0 comments on commit 2ccc4e4

Please sign in to comment.