Commit 15b59136 authored by Tres Seaver's avatar Tres Seaver

D'OH

parent 024e8b28
......@@ -240,7 +240,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
raise 'Column Exists', 'The column exists'
if name[0] == '_':
raise 'Invalid Meta-Data Name',
raise 'Invalid Meta-Data Name', \
'Cannot cache fields beginning with "_"'
if not schema.has_key(name):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment