[mod] please flake8

This commit is contained in:
Laurent Peuch 2018-09-10 04:37:35 +02:00
parent 5a24a37177
commit 5e9d6d4bb9

View file

@ -56,5 +56,5 @@ class Worker(peewee.Model):
for i in [Repo, Job, Worker]:
try:
i.create_table()
except:
except Exception:
pass