Fixed bug that caused some files to always be recalculated on startup.

This commit is contained in:
Andrew Hamilton 2016-01-26 17:27:58 +00:00
parent 20a2f2d401
commit bc5296ad0d
2 changed files with 4 additions and 2 deletions

1
vigil
View file

@ -830,6 +830,7 @@ class Runner:
self.result = summary.get_closest_placeholder()
except StopIteration:
log.log_message("All results are up to date.")
self.result = None
break
with contextlib.suppress(ValueError): # Process was terminated
self.result.run(log, appearance_changed_event, self.worker,