- removed white space
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
class TracerTask(ATask):
|
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)
|
ATask.__init__(self, interval)
|
||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
os.makedirs(path)
|
os.makedirs(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user