From b44a5e1113c9b331df9ffa3fe6bec726b391f4cf Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Fri, 9 Oct 2020 15:32:09 +0200 Subject: [PATCH] fix indent --- web/app/corpora/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/corpora/events.py b/web/app/corpora/events.py index 23f11521..a0ae9322 100644 --- a/web/app/corpora/events.py +++ b/web/app/corpora/events.py @@ -126,8 +126,8 @@ def corpus_analysis_query(query): context = 50 progress = 0 # for attr in corpus.structural_attributes.list(): - # if attr.attrs['name'] == 'text': - # text_attr = attr + # if attr.attrs['name'] == 'text': + # text_attr = attr # logging.warning(results.fdist_1(15, results.attrs['fields']['match'], text_attr)) client.status = 'running' while chunk_start <= results.attrs['size']: -- GitLab