Commit 295f28fa authored by Chris Withers's avatar Chris Withers

a traceback would probably help here ;-)

parent 264546b9
...@@ -302,7 +302,7 @@ class UnIndex(SimpleItem): ...@@ -302,7 +302,7 @@ class UnIndex(SimpleItem):
raise raise
except: except:
LOG.debug('Attempt to unindex nonexistent document' LOG.debug('Attempt to unindex nonexistent document'
' with id %s' % documentId) ' with id %s' % documentId,exc_info=True)
def _apply_index(self, request, cid='', type=type): def _apply_index(self, request, cid='', type=type):
"""Apply the index to query parameters given in the request arg. """Apply the index to query parameters given in the request arg.
......
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