Bugs item #984706, was opened at 2004-07-03 19:16
Message generated for change (Comment added) made by dischi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=984706&group_id=46652

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: syrius.ml (syriusml)
Assigned to: Nobody/Anonymous (nobody)
Summary: sensors: still not using the right path when using 2.6

Initial Comment:
@@ -244,8 +228,8 @@
                 return "?"        
             
             if self.k6 :
-                file = os.path.join( self.senspath,
'temp_input' + self.sensor[-1] )
-                fhot = os.path.join( self.senspath,
'temp_max' + self.sensor[-1] )
+                file = os.path.join( self.senspath,
'temp' + self.sensor[-1] + '_input')
+                fhot = os.path.join( self.senspath,
'temp' + self.sensor[-1] + '_max')
                 f = open(fhot)
                 hotdata = f.read()
                 f.close()
@@ -284,7 +268,7 @@
                 for senspath in os.listdir(self.k6path):
                     testpath =
os.path.join(self.k6path , senspath)
                     for pos_sensors in
os.listdir(testpath):
-                        if pos_sensors == "temp_input1":
+                        if pos_sensors == "temp1_input":
                             return testpath
                             
             if not os.path.exists(self.initpath):


----------------------------------------------------------------------

>Comment By: Dirk Meyer (dischi)
Date: 2004-07-11 11:07

Message:
Logged In: YES 
user_id=33647

thanks, in cvs now

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=984706&group_id=46652


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to