提交 974b6f63 编写于 作者: J jingqinghe

fix bug in hdfs download test=develop

上级 c6e0ee6d
......@@ -400,9 +400,6 @@ class HDFSClient(FS):
# can't retry
def download(self, fs_path, local_path):
if self.is_exist(local_path):
raise FSFileExistsError("{} exists".format(local_path))
if not self.is_exist(fs_path):
raise FSFileNotExistsError("{} not exits".format(fs_path))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册