view dep logic edge case fix

This commit is contained in:
Robert Lechte 2019-01-24 11:12:59 +11:00
parent 33b4356cd4
commit 539ed8fc9c

View File

@ -238,7 +238,7 @@ def get_selectable_changes(
if d in unmodified_other:
dd = unmodified_other.pop(d)
modified_other[d] = dd
not_replaceable.add(d)
not_replaceable.add(d)
modified_other = od(sorted(modified_other.items()))
replaceable -= not_replaceable