Skip to content

Incorrect error message when DB is not writable #7

@amcinnes

Description

@amcinnes

When the sqlite DB is not writable (e.g. read-only file permissions) it fails to create the since_table and logs "since tables already exists" (

@logger.debug("since tables already exists")
).

It would be easier to diagnose the problem if this situation is detected and logged as something informative like "Couldn't open database for writing".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions