未验证 提交 d8343f45 编写于 作者: J Jiangxinz 提交者: GitHub

fix used before assignmen t (#34041)

上级 2b557da0
......@@ -194,8 +194,8 @@ class FSTestBase(unittest.TestCase):
fs.touch(file2)
fs.download(src_file, dst_file)
self.assertTrue(local.is_exist(dst_file))
local = LocalFS()
self.assertTrue(local.is_exist(dst_file))
local.delete(dst_file)
fs.delete(src_file)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册