mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
potential fix
This commit is contained in:
@@ -1711,8 +1711,9 @@ class CfgYaml:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user