[entropy.client.interfaces.dep] fix potentially disruptive typo, messed dependency schedule

This commit is contained in:
Fabio Erculiani
2011-08-18 17:53:06 +02:00
parent 1bc205736f
commit 5d2c0b95e7
+1 -1
View File
@@ -1538,7 +1538,7 @@ class CalculatorsMixin:
# rewrite
deptree[level] = tuple((x for x in deptree[level] \
if x != post_dep))
if deptree[level]:
if deptree[stick_level]:
_make_room(stick_level)
deptree[stick_level] = (post_dep,)