mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Use expanded List
This commit is contained in:
parent
46b82f5737
commit
37526a6b43
@ -80,7 +80,7 @@ def pj_corpus_analysis_query(query):
|
|||||||
if client.status == 'abort':
|
if client.status == 'abort':
|
||||||
break
|
break
|
||||||
chunk = results.export(context=context, cutoff=chunk_size,
|
chunk = results.export(context=context, cutoff=chunk_size,
|
||||||
offset=chunk_start)
|
expand_lists=True, offset=chunk_start)
|
||||||
if (results.size == 0):
|
if (results.size == 0):
|
||||||
progress = 100
|
progress = 100
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user