[yum-cvs] yum/yum parser.py,1.8,1.9

Jeremy Katz katzj at linux.duke.edu
Fri Oct 6 02:23:08 UTC 2006


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

Modified Files:
	parser.py 
Log Message:
fix traceback (patch from Dawid Zamirski <dzrudy AT gmail DOT com>)


Index: parser.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/parser.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- parser.py	2 Oct 2006 03:46:57 -0000	1.8
+++ parser.py	6 Oct 2006 02:23:06 -0000	1.9
@@ -387,7 +387,7 @@
         
         # at this point we have a line from the topmost file on the stack
         # or EOF if the stack is empty
-        if vars:
+        if self._vars:
             return varReplace(line, self._vars)
         return line
     




More information about the Yum-cvs-commits mailing list