Better handling of input filename again.

master
junos 2023-05-18 22:53:58 +02:00
parent 045b9fa0dc
commit 8a9595c615
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ print("SEGMENT_LENGTH: " + SEGMENT_LENGTH)
TARGET_VARIABLE = "JCQ_job_control"
print("TARGET_VARIABLE: " + TARGET_VARIABLE)
if "appraisal" in TARGET_VARIABLE:
if ("appraisal" in TARGET_VARIABLE) and ("stressfulness" in TARGET_VARIABLE):
TARGET_VARIABLE += "_"
TARGET_VARIABLE += SEGMENT_TYPE