Skip to content

Commit

Permalink
Update local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glesperance authored Sep 29, 2023
1 parent 5b318ad commit e8c7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/implementations/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LocalFileSystem(AbstractFileSystem):
"""

root_marker = "/"
protocol = "file"
protocol = "file", "local"
local_file = True

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

0 comments on commit e8c7253

Please sign in to comment.