From 10e4e6571931f6c6b2a72cc652fae95abb55f406 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 12 Aug 2021 07:50:11 -0600 Subject: [PATCH] lf_check.py : random key stroke removed Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 448b1904..1a45f78b 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -1017,7 +1017,7 @@ blog: http://{blog}:2368 self.logger.info("cmd_args {}".format(cmd_args)) if self.outfile_name is not None: - stdout_log_txt = os.path.joing(self.log_path, "{}-{}-stdout.txt".format(self.outfile_name,test)) + stdout_log_txt = os.path.join(self.log_path, "{}-{}-stdout.txt".format(self.outfile_name,test)) self.logger.info("stdout_log_txt: {}".format(stdout_log_txt)) stdout_log = open(stdout_log_txt, 'a') stderr_log_txt = os.path.join(self.log_path, "{}-{}-stderr.txt".format(self.outfile_name,test))