Better handling of input filename again.
parent
045b9fa0dc
commit
8a9595c615
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue