summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 5fdac6723..e85ad32d8 100644
--- a/todo.py
+++ b/todo.py
@@ -1618,8 +1618,8 @@ class ToDo:
total = total + 1
totalSize = totalSize + (p[rpm.RPMTAG_SIZE] / 1024 )
- # XXX I've inserted them in order already.
- # ts.order()
+ if not self.hdList.preordered:
+ ts.order()
if self.upgrade:
logname = '/tmp/upgrade.log'