Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 13, 2024
1 parent 75916c3 commit df4ad0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numbsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def create_aggregate(
)
if rc != SQLITE_OK:
raise sqlite3.OperationalError(sqlite3_errmsg(sqlite_db))
except OSError:
raise
except Exception:
# catch every exception so that we can decrement the reference count
# of `is_initialized`, and prevent a memory leak
Expand Down

0 comments on commit df4ad0e

Please sign in to comment.