[yum-cvs] yum shell.py,1.31,1.32

Seth Vidal skvidal at linux.duke.edu
Tue Oct 3 05:41:15 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv9383

Modified Files:
	shell.py 
Log Message:

fix for the traceback Pekka reported - makes sure that our ts is
reopened/intialized when the user decides to not run the transaction from
the shell.


Index: shell.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/shell.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- shell.py	26 Sep 2006 13:24:58 -0000	1.31
+++ shell.py	3 Oct 2006 05:41:13 -0000	1.32
@@ -329,4 +329,6 @@
                     self.base.closeRpmDB()
                     self.base.doTsSetup()
                     self.base.doRpmDBSetup()
+            self.base.initActionTs()
+            
 




More information about the Yum-cvs-commits mailing list