mailr10841 - /1.3/info.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 23, 2010 - 02:52:
Author: bugman
Date: Tue Feb 23 02:52:08 2010
New Revision: 10841

URL: http://svn.gna.org/viewcvs/relax?rev=10841&view=rev
Log:
Fix for the Info_box.package_info() method for when a package is not 
installed.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=10841&r1=10840&r2=10841&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Tue Feb 23 02:52:08 2010
@@ -185,7 +185,7 @@
             pkg_info = working_set.find(Requirement.parse(package))
 
             # The package name.
-            text = text + (format % ("Name: ", pkg_info.project_name))
+            text = text + (format % ("Name: ", package))
 
             # Not installed.
             if pkg_info == None:




Related Messages


Powered by MHonArc, Updated Tue Feb 23 03:00:02 2010