mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:04:43 +00:00
profile variables get precedence (#169)
This commit is contained in:
@@ -583,9 +583,11 @@ profiles:
|
||||
))
|
||||
|
||||
# test variables
|
||||
# since variables get merged they are
|
||||
# the same in both configs
|
||||
imported_vars = imported_cfg.variables
|
||||
self.assertFalse(any(
|
||||
imported_vars[k] == v
|
||||
imported_vars[k] != v
|
||||
for k, v in importing_cfg.variables.items()
|
||||
if not k.startswith('_')
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user