Explorar o código

Addressing typo for default_fs.startwith('abfs://') (#2833)

Mahesh Balakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
b350c2e904
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/libs/azure/src/azure/conf.py

+ 1 - 1
desktop/libs/azure/src/azure/conf.py

@@ -77,7 +77,7 @@ def get_default_abfs_url():
 def get_default_abfs_fs():
   default_fs = core_site.get_default_fs()
 
-  return default_fs if default_fs and default_fs.startwith('abfs://') and \
+  return default_fs if default_fs and default_fs.startswith('abfs://') and \
                        ABFS_CLUSTERS['default'].ENABLE_DEFAULTFS_FROM_CORESITE.get() else ABFS_CLUSTERS['default'].FS_DEFAULTFS.get()
 
 ADLS_CLUSTERS = UnspecifiedConfigSection(