From 33dd00b17bd42b2761fd9d1e727f22a20b420a4f Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 12 Dec 2023 20:22:44 -0800 Subject: [PATCH] print start program --- servicetests/tests/JobsExecution/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicetests/tests/JobsExecution/jobs.py b/servicetests/tests/JobsExecution/jobs.py index 4ac8d40a..2fec0257 100644 --- a/servicetests/tests/JobsExecution/jobs.py +++ b/servicetests/tests/JobsExecution/jobs.py @@ -245,7 +245,7 @@ def on_update_job_execution_rejected(rejected): if __name__ == '__main__': - + print("starting jobs probrams\n"); # Create the proxy options if the data is present in cmdData proxy_options = None if cmdData.input_proxy_host is not None and cmdData.input_proxy_port != 0: