Commit c1c92d8f by nzy

Fix

parent 862ebb89
......@@ -151,6 +151,7 @@ class Logger:
def __init__(self, task_id, system_name):
timestr = time.strftime("%m%d%H%M%S")
self.task_id = task_id
self.system_name = system_name
self.start_time = time.time()
self.folder_path = f"./log/task{task_id}_{system_name}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment