[Zope3-checkins] CVS: Packages/ZConfig - datatypes.py:1.1.2.21

Chris McDonough chrism@zope.com
Wed, 25 Dec 2002 18:04:13 -0500


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

Modified Files:
      Tag: zconfig-schema-devel-branch
	datatypes.py 
Log Message:
Show the directory in the existing_dirpath error.


=== Packages/ZConfig/datatypes.py 1.1.2.20 => 1.1.2.21 ===
--- Packages/ZConfig/datatypes.py:1.1.2.20	Tue Dec 24 22:54:25 2002
+++ Packages/ZConfig/datatypes.py	Wed Dec 25 18:04:12 2002
@@ -227,7 +227,7 @@
     if os.path.isdir(dir):
         return v
     raise ValueError, ('The directory named as part of the path %s '
-                       'does not exist.')
+                       'does not exist.' % v)
 
 def parse_constructor(v):
     parenmsg = (