From 7c0cbeb90a00b3f1e03ea8918dc3c2a106daad2a Mon Sep 17 00:00:00 2001 From: cpwu Date: Wed, 20 Jul 2022 20:02:16 +0800 Subject: [PATCH] fix common --- tests/pytest/util/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/pytest/util/common.py b/tests/pytest/util/common.py index 921fa3203c..7133e8365d 100644 --- a/tests/pytest/util/common.py +++ b/tests/pytest/util/common.py @@ -444,8 +444,7 @@ class TDCom: return buildPath def getClientCfgPath(self): - # buildPath = self.getBuildPath() - buildPath = get_path() + buildPath = self.getBuildPath() if (buildPath == ""): tdLog.exit("taosd not found!")