From d9e8f80719a76fb9c458c765a61010db58108181 Mon Sep 17 00:00:00 2001 From: Richard Li <33805041+Richardhongyu@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:32:38 +0800 Subject: [PATCH] Update create.py Fix the typo error in the table/create.py. --- tests/pytest/table/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/table/create.py b/tests/pytest/table/create.py index 36cdf8a621..59044bc52b 100644 --- a/tests/pytest/table/create.py +++ b/tests/pytest/table/create.py @@ -52,7 +52,7 @@ class TDTestCase: tdLog.info("taosd found in %s" % buildPath) binPath = buildPath+ "/build/bin/" - os.system("rm -rf table/create1.py.sql") + os.system("rm -rf table/create.py.sql") tdSql.prepare() print("==============step1") -- GitLab