mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
e3f108e0f3
commit
1f8178f7e4
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ class Database:
|
|||
)
|
||||
self.conn.execute("drop table {}".format(table_name))
|
||||
return True
|
||||
except Exception as e:
|
||||
except:
|
||||
return False
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue