Skip to content

Commit 1f8178f

Browse files
committed
Fix flake8 error, refs #344, #345
1 parent e3f108e commit 1f8178f

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 Exception as e:
535+
except:
536536
return False
537537

538538
@property

0 commit comments

Comments
 (0)