summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-17 23:45:41 +0000
committerMatt Wilson <msw@redhat.com>2001-01-17 23:45:41 +0000
commit6266bd8f5aa4c98b68e77587775bbecc0bcfcff0 (patch)
treeb843b94c290f69a6be85b2552576a9c2016046eb /todo.py
parent97fc8bf1dc91f7a68350b2680f1a4daa89c7efcd (diff)
downloadanaconda-6266bd8f5aa4c98b68e77587775bbecc0bcfcff0.tar.gz
anaconda-6266bd8f5aa4c98b68e77587775bbecc0bcfcff0.tar.xz
anaconda-6266bd8f5aa4c98b68e77587775bbecc0bcfcff0.zip
check for preordering
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'