extractor reporting invalid percentages
This commit is contained in:
parent
1f805b0644
commit
246b224786
|
|
@ -237,7 +237,7 @@ get_progress() const {
|
|||
|
||||
float progress_through_list =
|
||||
(((float)_request_index + progress_through_file) /
|
||||
(float)(_requests.size() + 1));
|
||||
(float)(_requests.size()));
|
||||
|
||||
return progress_through_list;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue