Searched refs:tasklogpath (Results 1 – 2 of 2) sorted by relevance
55 tasklogpath = tasklogfile variable58 if os.path.exists(tasklogpath):59 size = os.path.getsize(tasklogpath)61 os.remove(tasklogpath)91 print("tasklogpath :", tasklogpath)92 with open(tasklogpath, errors = 'ignore') as tasklogbuf:
224 tasklogpath = os.path.join(latestpath, tasklogfile) variable234 with open(tasklogpath) as tasklogbuf: