test: projDir is error
This commit is contained in:
parent
cd99a611ac
commit
3f694e3860
|
@ -223,8 +223,8 @@ class TDTestCase:
|
||||||
projPath = selfPath[:selfPath.find("community")]
|
projPath = selfPath[:selfPath.find("community")]
|
||||||
else:
|
else:
|
||||||
projPath = selfPath[:selfPath.find("tests")]
|
projPath = selfPath[:selfPath.find("tests")]
|
||||||
self.projDir += f"{projPath}sim/"
|
self.projDir = f"{projPath}sim/"
|
||||||
tdLog.info(f" init projPath={projPath}")
|
tdLog.info(f" init projPath={self.projDir}")
|
||||||
|
|
||||||
self.column_dict = {
|
self.column_dict = {
|
||||||
'ts': 'timestamp',
|
'ts': 'timestamp',
|
||||||
|
|
Loading…
Reference in New Issue