Skip to content

Don't let Datasette(path) without a list cause weird errors #1985

@simonw

Description

@simonw

I got a confusing sqlite3.OperationalError: disk I/O error error in my tests, it turned out it was because this:

ds = Datasette(path)

Should have been this:

ds = Datasette([path])

Originally posted by @simonw in simonw/datasette-faiss#1 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions