mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
unbound: fix typo
This commit is contained in:
parent
fc7e1ddddf
commit
809da1e519
@ -68,7 +68,7 @@ class DbConnection:
|
||||
self.connection.execute("SET TimeZone='UTC'")
|
||||
except duckdb.IOException as e:
|
||||
if str(e).find('database file with version number') > -1:
|
||||
# XXX: this is extremely wacky, apparantly we are not able to read the current storage version
|
||||
# XXX: this is extremely wacky, apparently we are not able to read the current storage version
|
||||
# via python so we can only watch for an exception... which is the same one for all types
|
||||
raise StorageVersionException(str(e))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user