Skip to content

Commit

Permalink
Update cozy/db/model_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Sep 26, 2024
1 parent 2a86caa commit 5b3429f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozy/db/model_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_sqlite_database():


def database_file_exists():
return (get_data_dir(), "cozy.db").is_file()
return (get_data_dir() / "cozy.db").is_file()


def __open_database():
Expand Down

0 comments on commit 5b3429f

Please sign in to comment.