From 19752da2ebcb66b3c814ffe593b74405a033936a Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 23 Nov 2021 14:02:42 -0700 Subject: [PATCH] lf_check.py : removed \n from the scripts git sha Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 47a4099d..9d052caa 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -250,6 +250,7 @@ class lf_check(): "get_scripts_get_sha exit_code: {exit_code}".format( exit_code=exit_code)) scripts_git_sha = commit_hash.decode('utf-8', 'ignore') + scripts_git_sha = scripts_git_sha.replace('\n','') return scripts_git_sha '''