Lines Matching refs:join
47 path = os.path.join(root_dir, i)
68 err = "".join((ignore_file, " : need an empty line at end "))
74 err = "".join((ignore_file, " : must be unix format"))
77 err = "".join((ignore_file, " : line must not be only / or /*"))
80 err = "".join((ignore_file, " : line must end with / or /*"))
99 file_list_path = os.path.join(root, each_file)
103 err_str = "\n{}".format("\n".join(err_msg))
138 line = "".join([line, "\n"])
152 folder_list.append(os.path.join(root, dir_i))
157 combined_ignore_cfg = os.path.join(output_path, "ignore_cfg")