fix common
This commit is contained in:
parent
308e68972d
commit
7c0cbeb90a
|
@ -444,8 +444,7 @@ class TDCom:
|
||||||
return buildPath
|
return buildPath
|
||||||
|
|
||||||
def getClientCfgPath(self):
|
def getClientCfgPath(self):
|
||||||
# buildPath = self.getBuildPath()
|
buildPath = self.getBuildPath()
|
||||||
buildPath = get_path()
|
|
||||||
|
|
||||||
if (buildPath == ""):
|
if (buildPath == ""):
|
||||||
tdLog.exit("taosd not found!")
|
tdLog.exit("taosd not found!")
|
||||||
|
|
Loading…
Reference in New Issue