Searched refs:log_file (Results 1 – 1 of 1) sorted by relevance
25 log_file = Path(args.log_file) variable26 args.trace_file = log_file.with_suffix('.systrace').as_posix()28 print('log_file :', args.log_file)31 with open(args.log_file, 'r') as f: