1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Provide more feedback during scans

- Add output for number of collected files / folders
- Update to allow indeterminate progress bar
- Remove unused hscommon\jobprogress\qt.py
This commit is contained in:
2021-08-28 04:05:07 -05:00
parent b0baa5bfd6
commit 4c3dfe2f1f
4 changed files with 16 additions and 55 deletions

View File

@@ -139,8 +139,6 @@ class Job:
self._progress = progress
if self._progress > self._currmax:
self._progress = self._currmax
if self._progress < 0:
self._progress = 0
self._do_update(desc)