[sles] Remove SP in SLES
This commit is contained in:
@@ -21,7 +21,8 @@ def convert_date(date_str):
|
||||
|
||||
|
||||
def strip_version(version_str):
|
||||
return version_str.strip("SUSE Linux Enterprise Server ").replace(' ', '.')
|
||||
print(version_str)
|
||||
return version_str.strip("SUSE Linux Enterprise Server ").replace(' SP', '.')
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user