summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-14 09:17:23 +0000
committerMatt Wilson <msw@redhat.com>2001-02-14 09:17:23 +0000
commitdb2b874a7afbe1b894e62341c54c16e08f30cce6 (patch)
treefc4f82c58b14d751cdf8e1161159724df724c116 /todo.py
parent74ee00ef3682c5f7c4dea13acf16a8c2bae84c23 (diff)
downloadanaconda-db2b874a7afbe1b894e62341c54c16e08f30cce6.tar.gz
anaconda-db2b874a7afbe1b894e62341c54c16e08f30cce6.tar.xz
anaconda-db2b874a7afbe1b894e62341c54c16e08f30cce6.zip
only care about the packages we are actually installing when checking the preorder...
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 7ca83c5f2..85c3b2154 100644
--- a/todo.py
+++ b/todo.py
@@ -1708,7 +1708,7 @@ class ToDo:
total = total + 1
totalSize = totalSize + (p[rpm.RPMTAG_SIZE] / 1024 )
- if not self.hdList.preordered:
+ if not self.hdList.preordered():
log ("WARNING: not all packages in hdlist had order tag")
ts.order()