Searched refs:html_filename (Results 1 – 3 of 3) sorted by relevance
135 self.html_filename = filename152 with open(self.html_filename, 'w') as report_file:156 os.path.basename(self.html_filename))157 copy_cmd = 'cp %s %s' % (self.html_filename, tmp_copy)161 log_file_root = os.path.splitext(self.html_filename)[0]
88 def _write_tags_to_html(self, tags, html_filename): argument96 with open(html_filename, 'r+') as f:
41 html_filename = "validation_error_database.html" variable568 print("\n Dumping database to html file: %s" % html_filename)571 with open (html_filename, 'w') as hfile:614 global html_filename657 html_filename = argv[i]