mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 02:24:20 +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':
|
||||
break
|
||||
chunk = results.export(context=context, cutoff=chunk_size,
|
||||
offset=chunk_start)
|
||||
expand_lists=True, offset=chunk_start)
|
||||
if (results.size == 0):
|
||||
progress = 100
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user