From 0105d602a5f2b53226638ba3c2079f2a00df4bdb Mon Sep 17 00:00:00 2001 From: Weizheng Lu Date: Mon, 30 Sep 2024 09:46:08 +0800 Subject: [PATCH] fs --- python/xorbits/_mars/storage/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/xorbits/_mars/storage/filesystem.py b/python/xorbits/_mars/storage/filesystem.py index 41bff2f4f..9286a0a26 100644 --- a/python/xorbits/_mars/storage/filesystem.py +++ b/python/xorbits/_mars/storage/filesystem.py @@ -163,7 +163,7 @@ class AlluxioStorage(FileSystemStorage): def __init__( self, - root_dirs: str, + root_dirs: List[str], local_environ: bool, # local_environ means standalone mode level: StorageLevel = None, size: int = None,