pull/409/head
Lex Neva 2019-03-24 14:50:49 -04:00
rodzic cf6621d0dd
commit af6588a442
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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