There was an error while loading. Please reload this page.
1 parent d2bf5f2 commit e8c2f75Copy full SHA for e8c2f75
1 file changed
mergin/utils.py
@@ -269,7 +269,7 @@ def is_versioned_file(path: str) -> bool:
269
270
def long_path(path: str) -> str:
271
"""
272
- Prefix an absolute path with the Windows "\\?\" extended-length marker, so file APIs used by
+ Prefix an absolute path with the Windows "\\?\" extended-length marker, so file APIs used by
273
geodiff/SQLite and Python's own open() can handle long paths without raising an error.
274
275
:param path: absolute or relative path, with either posix or windows separators
0 commit comments