From 6e44a2733e477f840bac9ead8f5ba7f20b95164e Mon Sep 17 00:00:00 2001 From: "William (Bill) Allcock" <allcock@anl.gov> Date: Fri, 14 Jan 2022 22:00:30 +0000 Subject: [PATCH] fixed space --- hook_chc_pbs_nhc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook_chc_pbs_nhc.py b/hook_chc_pbs_nhc.py index 01b0c61..2251ea6 100644 --- a/hook_chc_pbs_nhc.py +++ b/hook_chc_pbs_nhc.py @@ -73,7 +73,7 @@ def nodeReboot(stdout): #Log information on the failed health check if (sys.version_info.major == 3): output = stdout.decode('utf-8').replace("\n"," ") - pbs.logmsg(pbs.EVENT_DEBUG,"CHC-" + output) + pbs.logmsg(pbs.EVENT_DEBUG,"CHC- " + output) else: pbs.logmsg(pbs.EVENT_DEBUG, "'%s'" % (str(stdout).replace("\n", " "))) -- GitLab