Fixed workers to always run after summary loaded.
- Provided there is work to do.
This commit is contained in:
parent
7da50f5a29
commit
65e136941b
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ class Summary:
|
|||
duration = time.time() - start_time
|
||||
log.log_message(f"Finished loading summary. {round(duration, 2)} secs")
|
||||
self.is_loaded = True
|
||||
self.closest_placeholder_generator = None
|
||||
log.log_message("Started sync with filesystem…")
|
||||
start_time = time.time()
|
||||
all_paths = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue