[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/ZRDB - Aqueduct.py:1.49.4.2
Andreas Jung
andreas@zope.com
Fri, 10 Aug 2001 11:38:28 -0400
Update of /cvs-repository/Zope/lib/python/Shared/DC/ZRDB
In directory cvs.zope.org:/tmp/cvs-serv20848
Modified Files:
Tag: Zope-2_4-branch
Aqueduct.py
Log Message:
made error message more informative
=== Zope/lib/python/Shared/DC/ZRDB/Aqueduct.py 1.49.4.1 => 1.49.4.2 ===
if missing:
- raise self.MissingArgumentError, missing
+ raise self.MissingArgumentError, \
+ "The following arguments were omitted " \
+ " from the ZSQL method call: %s" % str(missing)
return r