mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_check.py : cosmetic changes
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -599,7 +599,7 @@ NOTE: for now to see stdout and stderr remove /home/lanforge from path.
|
||||
# print("running {}".format(command))
|
||||
# need to take into account --raw_line parameters
|
||||
command = shlex.split(command)
|
||||
print("running {command}".format(command=command))
|
||||
self.logger.info("running {command}".format(command=command))
|
||||
try:
|
||||
process = subprocess.Popen(command, shell=False, stdout=stdout_log, stderr=stderr_log, universal_newlines=True)
|
||||
# if there is a better solution please propose, the TIMEOUT Result is different then FAIL
|
||||
|
||||
Reference in New Issue
Block a user