fix common

This commit is contained in:
cpwu 2022-07-20 20:02:16 +08:00
parent 308e68972d
commit 7c0cbeb90a
1 changed files with 1 additions and 2 deletions

View File

@ -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!")