diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 1189e0e9..56c4894c 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -140,7 +140,7 @@ NOTE: for now to see stdout and stderr remove /home/lanforge from path.\\n ip=ip, #self.host_ip_test, address=self.email_list_test) - print("running {}".format(command)) + print("running:[{}]".format(command)) process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True) # have email on separate timeout process.wait(timeout=int(self.test_timeout))