lf_check.py : formatting

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-06-02 16:26:53 -06:00
parent 297721be01
commit 34aa359c25

View File

@@ -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))