diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 09:17:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 09:17:23 +0000 |
commit | db2b874a7afbe1b894e62341c54c16e08f30cce6 (patch) | |
tree | fc4f82c58b14d751cdf8e1161159724df724c116 /todo.py | |
parent | 74ee00ef3682c5f7c4dea13acf16a8c2bae84c23 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |