Skip to content

Commit

Permalink
Fix flake8 error, refs #344, #345
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 29, 2021
1 parent e3f108e commit 1f8178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite_utils/db.py
Expand Up @@ -532,7 +532,7 @@ def supports_strict(self):
)
self.conn.execute("drop table {}".format(table_name))
return True
except Exception as e:
except:
return False

@property
Expand Down

0 comments on commit 1f8178f

Please sign in to comment.