-
-
Notifications
You must be signed in to change notification settings - Fork 120
ResourceWarning: unclosed file #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
On macOS this shows the same warning:
The file itself is a sqlite-utils/sqlite_utils/cli.py Lines 949 to 956 in 2376c45
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issuing either
or
exhibits a ResourceWarning indicating that the CSV file being loaded is not closed.
sqlite-utils --version
sqlite-utils, version 3.30
py --version
Python 3.11.2
Windows Version 10.0.19045 Build 19045
SQLite version 3.41.0 2023-02-21 18:09:37
The text was updated successfully, but these errors were encountered: