diff options
Diffstat (limited to 'lib/gui/simulator.py')
| -rw-r--r-- | lib/gui/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/simulator.py b/lib/gui/simulator.py index c601ab66..6a2a08a9 100644 --- a/lib/gui/simulator.py +++ b/lib/gui/simulator.py @@ -701,7 +701,7 @@ class SimulatorPreview(Thread): def update_patches(self): try: patches = self.parent.generate_patches(self.refresh_needed) - except: + except: # noqa: E722 # If something goes wrong when rendering patches, it's not great, # but we don't really want the simulator thread to crash. Instead, # just swallow the exception and abort. It'll show up when they |
