# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1231865491 -3600 # Node ID 739d12586b9d84bf9056d7411ac4a5f513829a72 # Parent aa180daa2bd47f89ca5e2121130af22b57bc1c5a avoid potentialy mis-interpreted attribute error diff -r aa180daa2bd4 -r 739d12586b9d server/sources/pyrorql.py --- a/server/sources/pyrorql.py Mon Jan 12 15:12:51 2009 +0100 +++ b/server/sources/pyrorql.py Tue Jan 13 17:51:31 2009 +0100 @@ -341,7 +341,8 @@ """translate a local rql query to be executed on a distant repository""" def __init__(self, source): self.source = source - + self.current_operator = None + def _accept_children(self, node): res = [] for child in node.children: