Skip to content

Commit 213a0ff

Browse files
committed
Really fix flake8 error, refs #344, #345
1 parent 1f8178f commit 213a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_utils/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def supports_strict(self):
532532
)
533533
self.conn.execute("drop table {}".format(table_name))
534534
return True
535-
except:
535+
except Exception:
536536
return False
537537

538538
@property

0 commit comments

Comments
 (0)