[Zodb-checkins] CVS: Packages/ZConfig - matcher.py:1.5

Fred L. Drake, Jr. fred@zope.com
Tue, 14 Jan 2003 15:11:01 -0500


Update of /cvs-repository/Packages/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv25709

Modified Files:
	matcher.py 
Log Message:
Fix attribute lookup.


=== Packages/ZConfig/matcher.py 1.4 => 1.5 ===
--- Packages/ZConfig/matcher.py:1.4	Mon Jan  6 15:29:33 2003
+++ Packages/ZConfig/matcher.py	Tue Jan 14 15:10:57 2003
@@ -134,7 +134,7 @@
                     if key:
                         s = `key`
                     else:
-                        s = "section type " + `ci.typename`
+                        s = "section type " + `ci.sectiontype.name`
                     raise ZConfig.ConfigurationError(
                         "no values for %s; %s required" % (s, ci.minOccurs))
                 else: