Commit 26a1e53f authored by delanoe's avatar delanoe

[ERGO] Progress bar improved.

parent d3d7d7a9
......@@ -64,6 +64,7 @@ def parse_extract_indexhyperdata(corpus):
corpus.status('Docs', progress=1)
corpus.save_hyperdata()
session.commit()
parse(corpus)
docs = corpus.children("DOCUMENT").count()
......
......@@ -189,9 +189,7 @@
role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span>
{{ state.action }}
{% if state.complete %}
Ok
{% else %}
{% if not state.complete %}
Processing
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment