summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-15 19:16:58 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-15 19:16:58 +0000
commit2124f31f1c233f74334ebf6f57ac5c7812f574a2 (patch)
tree596a776ea83893655d3e26f644b383c8cc61adf8 /packages.py
parent32113e7ee3d201f9ccd4781e5b24de5673b4ab02 (diff)
downloadanaconda-2124f31f1c233f74334ebf6f57ac5c7812f574a2.tar.gz
anaconda-2124f31f1c233f74334ebf6f57ac5c7812f574a2.tar.xz
anaconda-2124f31f1c233f74334ebf6f57ac5c7812f574a2.zip
oops, use the right api call
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index d703975b9..c010e7422 100644
--- a/packages.py
+++ b/packages.py
@@ -712,7 +712,7 @@ def doInstall(method, id, intf, instPath):
ts.run(install_callback, 0)
# new transaction set
- ts.dbClose()
+ ts.closeDB()
del ts
ts = rpm.TransactionSet(instPath)
ts.setVSFlags(~(rpm.RPMVSF_NORSA|rpm.RPMVSF_NODSA))