This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-03 00:04:36 +00:00
parent b05e02a6c4
commit e1969b7134
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def check_controllers():
controller_serial = 'n/a'
cache_serial = 'n/a'
if i.has_key('Serial Number'):
controller_serial = i['Serial Number')
controller_serial = i['Serial Number']
if i.has_key('Cache Serial Number'):
cache_serial = i['Cache Serial Number']
add_long ( "%s" % (i['name']) )