- removed white space

This commit is contained in:
jens
2021-10-18 17:20:50 +02:00
parent 9b997b8348
commit 236c33d8d6
+1 -1
View File
@@ -12,7 +12,7 @@ import os
class TracerTask(ATask):
def __init__(self, sensor: ATemperatureSensor, heater: AHeater, temp_ctrl: APid, interval, msg_handler: MsgIo, path = './logs'):
def __init__(self, sensor: ATemperatureSensor, heater: AHeater, temp_ctrl: APid, interval, msg_handler: MsgIo, path= './logs'):
ATask.__init__(self, interval)
if not os.path.exists(path):
os.makedirs(path)