1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

potential fix

This commit is contained in:
deadc0de6
2023-12-20 16:36:53 +01:00
committed by deadc0de
parent 9a7e0bb2c4
commit 5f16e6a074

View File

@@ -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