gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Context viewer broken in TESTING #252

Closed gkunter closed 7 years ago

gkunter commented 7 years ago

The context viewer is broken in TESTING. If a results cell is clicked, the following error is shown:

AttributeError  'ContextView' object has no attribute 'context'

Trace 
Function finalize_context() in coquery/gui/contextviewer.py, line 256:

  > text = self.context["text"]

The console shows the error

("name 'html_escape' is not defined", 'occurred at index 173')