Skip to content
Snippets Groups Projects
Commit b44a5e11 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

fix indent

parent baebdbe3
No related branches found
No related tags found
No related merge requests found
...@@ -126,8 +126,8 @@ def corpus_analysis_query(query): ...@@ -126,8 +126,8 @@ def corpus_analysis_query(query):
context = 50 context = 50
progress = 0 progress = 0
# for attr in corpus.structural_attributes.list(): # for attr in corpus.structural_attributes.list():
# if attr.attrs['name'] == 'text': # if attr.attrs['name'] == 'text':
# text_attr = attr # text_attr = attr
# logging.warning(results.fdist_1(15, results.attrs['fields']['match'], text_attr)) # logging.warning(results.fdist_1(15, results.attrs['fields']['match'], text_attr))
client.status = 'running' client.status = 'running'
while chunk_start <= results.attrs['size']: while chunk_start <= results.attrs['size']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment