소스 검색

HUE-8925 [azure] Skip fs home creation on login in Azure only configuration

Romain 6 년 전
부모
커밋
7be8353641
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/libs/azure/src/azure/abfs/abfs.py

+ 1 - 0
desktop/libs/azure/src/azure/abfs/abfs.py

@@ -242,6 +242,7 @@ class ABFS(object):
     listofDir = self.listdir_stats(path, params)
     listofDir = self.listdir_stats(path, params)
     return [x.name for x in listofDir]
     return [x.name for x in listofDir]
 
 
+
   def listfilesystems(self, root = Init_ABFS.ABFS_ROOT,params=None, **kwargs):
   def listfilesystems(self, root = Init_ABFS.ABFS_ROOT,params=None, **kwargs):
     """
     """
     Lists the names of the File Systems, limited arguements
     Lists the names of the File Systems, limited arguements