mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-23 13:54:23 +02:00
Ooops. (Rev 1.31)
This commit is contained in:
parent
376a788668
commit
c75c0ea89c
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
# $Id: megaclisas-status,v 1.30 2015/04/08 16:32:54 root Exp $
|
||||
# $Id: megaclisas-status,v 1.31 2015/04/08 16:40:47 root Exp $
|
||||
|
||||
import os
|
||||
import re
|
||||
@ -134,7 +134,7 @@ def returnROCTemp(output):
|
||||
tmpstr = line.split(':')[1].strip()
|
||||
ROCtemp = re.sub(' +.*$', '', tmpstr)
|
||||
if ( ROCtemp != '' ):
|
||||
return str(str(ROCtemp)+'AC')
|
||||
return str(str(ROCtemp)+'C')
|
||||
else:
|
||||
return str('N/A')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user