Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
38253b1f5f
commit
73772cb707
|
|
@ -216,6 +216,7 @@ def sqlite_read_uri(db_path: str) -> str:
|
|||
"""
|
||||
from urllib.request import pathname2url
|
||||
|
||||
db_path = os.fspath(db_path)
|
||||
return f"file:{pathname2url(db_path)}?mode=ro"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue