Searched refs:pdf_path (Results 1 – 1 of 1) sorted by relevance
147 def create_results_pdf(graph_path, pdf_path): argument149 if not os.path.exists(pdf_path):150 os.makedirs(pdf_path)157 with open(pdf_path + "%s_results.pdf" % sub, "wb") as pdf_file: