summaryrefslogtreecommitdiff
path: root/lib/gui/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/simulator.py')
-rw-r--r--lib/gui/simulator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gui/simulator.py b/lib/gui/simulator.py
index 3c51c7f2..25149149 100644
--- a/lib/gui/simulator.py
+++ b/lib/gui/simulator.py
@@ -740,7 +740,6 @@ class SimulatorPreview(Thread):
self.update_patches()
def update_patches(self):
- patches = self.parent.generate_patches(self.refresh_needed)
try:
patches = self.parent.generate_patches(self.refresh_needed)
except: # noqa: E722