Lines Matching refs:exists
39 if not os.path.exists(file_path):
41 raise Exception("File " + file_path + " not exists!")
43 print(file_path + " not exists!")
100 if not os.path.exists(check_file):
101 raise Exception("File " + check_file + " not exists!")
108 if not os.path.exists(check_file):
109 raise Exception("File " + check_file + " not exists!")
121 if not os.path.exists(base_file):
122 raise Exception("File " + base_file + " not exists!")
207 if not os.path.exists(args.check_datas_file):
208 raise Exception("File " + args.check_datas_file + " not exists!")
216 if not os.path.exists(parent_output):
229 if not os.path.exists(output):