mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_check.py : removed \n from the scripts git sha
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -250,6 +250,7 @@ class lf_check():
|
|||||||
"get_scripts_get_sha exit_code: {exit_code}".format(
|
"get_scripts_get_sha exit_code: {exit_code}".format(
|
||||||
exit_code=exit_code))
|
exit_code=exit_code))
|
||||||
scripts_git_sha = commit_hash.decode('utf-8', 'ignore')
|
scripts_git_sha = commit_hash.decode('utf-8', 'ignore')
|
||||||
|
scripts_git_sha = scripts_git_sha.replace('\n','')
|
||||||
return scripts_git_sha
|
return scripts_git_sha
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user