From c75c0ea89c6a29ea568cf005fb1c795fddaf656c Mon Sep 17 00:00:00 2001 From: "Vincent S. Cojot" Date: Wed, 8 Apr 2015 16:40:47 -0400 Subject: [PATCH] Ooops. (Rev 1.31) --- wrapper-scripts/megaclisas-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper-scripts/megaclisas-status b/wrapper-scripts/megaclisas-status index 584b266..cd899ee 100755 --- a/wrapper-scripts/megaclisas-status +++ b/wrapper-scripts/megaclisas-status @@ -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')