Fix flake8

This commit is contained in:
Ander
2015-04-18 14:57:28 +02:00
parent c468dfa672
commit c76337a7f2
2 changed files with 4 additions and 3 deletions

View File

@@ -70,7 +70,8 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
else:
self.screen = pygame.display.set_mode(size, pygame.RESIZABLE)
except Exception:
raise exceptions.FrontendError("Error on display init:\n" + traceback.format_exc())
raise exceptions.FrontendError("Error on display init:\n"
+ traceback.format_exc())
def start_thread(self):
clock = pygame.time.Clock()