Skip to content

Commit fbc8f60

Browse files
Update core.py
1 parent 8ffbceb commit fbc8f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slkspec/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def ls(
441441
return detail_list
442442
return filelist.filename.tolist()
443443

444-
def _cat_file(self, path, start=None, end=None):
444+
def cat_file(self, path, start=None, end=None):
445445
"""Get file content
446446
447447
Inputs

0 commit comments

Comments
 (0)