diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-03-24 14:50:49 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-03-24 14:50:49 -0400 |
| commit | af6588a4426c0998fa51daf29d9b8f8f983bb0dd (patch) | |
| tree | cd79ebe03a5bcad512ade597e030e618eb9404b1 /lib/gui | |
| parent | cf6621d0dd748376ed0fc8b138458a37d75b5180 (diff) | |
'fix' style
Diffstat (limited to 'lib/gui')
| -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 |
