Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuQQiu committed Apr 24, 2024
1 parent ff331cc commit 16f6a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alluxiofs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def __init__(
if preload_path is not None:
self.alluxio.load(preload_path)

# Remove "alluxio::" from the given single path or list of path
def _replace_alluxio_protocol(path):
def _strip_individual_path(p):
if p.startswith(self.protocol):
Expand Down

0 comments on commit 16f6a8d

Please sign in to comment.