--- a/rqlrewrite.py Wed Sep 16 16:39:03 2009 +0200
+++ b/rqlrewrite.py Wed Sep 16 16:39:12 2009 +0200
@@ -149,7 +149,7 @@
self.insert_snippet(varmap, rqlexpr.snippet_rqlst, exists)
if varexistsmap is None and not inserted:
# no rql expression found matching rql solutions. User has no access right
- raise Unauthorized(str((varmap, str(self.select), [expr.expression for expr in rqlexprs])))
+ raise Unauthorized()
def insert_snippet(self, varmap, snippetrqlst, parent=None):
new = snippetrqlst.where.accept(self)