mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] please flake8
This commit is contained in:
parent
5a24a37177
commit
5e9d6d4bb9
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ class Worker(peewee.Model):
|
|||
for i in [Repo, Job, Worker]:
|
||||
try:
|
||||
i.create_table()
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue