fix common
This commit is contained in:
parent
308e68972d
commit
7c0cbeb90a
|
@ -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!")
|
||||
|
|
Loading…
Reference in New Issue