more strip from shitty dmidecode (#73)
This commit is contained in:
parent
5c1e15f9e6
commit
93c6444105
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class ServerBase():
|
|||
"""
|
||||
Return the Chassis Name from dmidecode info
|
||||
"""
|
||||
return self.system[0]['Product Name']
|
||||
return self.system[0]['Product Name'].strip()
|
||||
|
||||
def get_service_tag(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue