mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
cleaning
This commit is contained in:
@@ -1709,11 +1709,13 @@ class CfgYaml:
|
||||
if k not in final:
|
||||
final[k] = []
|
||||
final[k] += val
|
||||
elif isinstance(val, str):
|
||||
final[k] = val
|
||||
else:
|
||||
# don't know how to handle
|
||||
# err = 'unable to merge'
|
||||
# raise YamlException(err)
|
||||
final[k] = val
|
||||
err = 'unable to merge'
|
||||
raise YamlException(err)
|
||||
|
||||
return final
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user