- fixed path
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class TracerTask(ATask):
|
||||
_tc_dtemp_soll = np.empty(0)
|
||||
_tc_dtemp_commanded = np.empty(0)
|
||||
|
||||
filename = os.path.join(self.directory, '') + "brewpi." + time.strftime("%Y%m%d%H%M%S", time.localtime()) + ".mat"
|
||||
filename = os.path.join(self.path, '') + "brewpi." + time.strftime("%Y%m%d%H%M%S", time.localtime()) + ".mat"
|
||||
while True:
|
||||
_timestamp = np.append(_timestamp, timestamp)
|
||||
_sensor_temp = np.append(_sensor_temp, self.sensor.temperature())
|
||||
|
||||
Reference in New Issue
Block a user