mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 14:19:16 +00:00
potential fix
This commit is contained in:
@@ -1711,8 +1711,9 @@ class CfgYaml:
|
|||||||
final[k] += val
|
final[k] += val
|
||||||
else:
|
else:
|
||||||
# don't know how to handle
|
# don't know how to handle
|
||||||
err = 'unable to merge'
|
# err = 'unable to merge'
|
||||||
raise YamlException(err)
|
# raise YamlException(err)
|
||||||
|
final[k] = val
|
||||||
return final
|
return final
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user