Skip to content

Commit e8c7253

Browse files
authored
Update local.py
1 parent 5b318ad commit e8c7253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LocalFileSystem(AbstractFileSystem):
2929
"""
3030

3131
root_marker = "/"
32-
protocol = "file"
32+
protocol = "file", "local"
3333
local_file = True
3434

3535
def __init__(self, auto_mkdir=False, **kwargs):

0 commit comments

Comments
 (0)