cwconfig.py
branchstable
changeset 6788 0f31ed3fff79
parent 6779 accf5978a440
child 6799 30faf6021278
--- a/cwconfig.py	Thu Jan 06 17:47:50 2011 +0100
+++ b/cwconfig.py	Thu Jan 06 17:49:19 2011 +0100
@@ -1278,7 +1278,9 @@
             stack[0] = self.source_execute
 
         def as_sql(self, backend, args):
-            raise NotImplementedError('source only callback')
+            raise NotImplementedError(
+                'This callback is only available for BytesFileSystemStorage '
+                'managed attribute. Is FSPATH() argument BFSS managed?')
 
         def source_execute(self, source, session, value):
             fpath = source.binary_to_str(value)