Bug 131502 - Code error in Catalyst 2.0 rc44
Bug#: 131502 Product:  Gentoo Hosted Projects Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: catalyst@gentoo.org Reported By: unik@compot.ru
Component: Catalyst
URL: 
Summary: Code error in Catalyst 2.0 rc44
Keywords:  
Status Whiteboard: 
Opened: 2006-04-27 13:06 0000
Description:   Opened: 2006-04-27 13:06 0000
Typo in /usr/lib/catalyst2/modules/catalyst_support.py
In function 'read_makeconf', line 639.

The string:

raise CatalystError, "Could not open make.conf file "+myspecfile

must be changed to:

raise CatalystError, "Could not open make.conf file "+mymakeconffile

------- Comment #1 From Chris Gianelloni (RETIRED) 2006-05-01 12:49:04 0000 -------
Fixed in 2.0_rc45 now in portage.  Thanks for the bug report.