|
|
@ -176,7 +176,9 @@ def getTablePath(job, name, subname, filename): |
|
|
|
pathnames.append(os.path.join(job.conf[B.TOPIC_PATH][P.ATTR_PATH_PROGRAM], P.VAL_BASIC, filename)) |
|
|
|
pathnames.append(os.path.join(job.conf[B.TOPIC_PATH][P.ATTR_PATH_PROGRAM], P.VAL_BASIC, subname)) |
|
|
|
""" |
|
|
|
print("pathnames "+str(pathnames)) |
|
|
|
configpath = getExistingPath(job, pathnames) |
|
|
|
print("configpath "+str(configpath)) |
|
|
|
if configpath is not None: |
|
|
|
return configpath |
|
|
|
if name == B.ATTR_INST_TESTSERVER: |
|
|
@ -335,7 +337,7 @@ def getConfig(job, modul: str, name: str, subname: str = "", ttype: str = D.CSV_ |
|
|
|
msg = None |
|
|
|
if hasattr(job, "m"): msg = job.m |
|
|
|
pathname = select_config_path(job, modul, name, subname) |
|
|
|
print("+++ " + str(pathname)) |
|
|
|
# print("+++ " + str(pathname)) |
|
|
|
confs = {} |
|
|
|
if pathname is None: |
|
|
|
return None |
|
|
|