Searched refs:html_path (Results 1 – 4 of 4) sorted by relevance
172 local html_path=$job_dir/cooked/assoc-overview.part.html179 > $html_path180 echo "Wrote $html_path"185 local html_path=$(echo $csv_path | sed 's/.csv$/.part.html/')196 > $html_path198 echo "Wrote $html_path"215 local html_path=$(echo $csv_path | sed 's/.csv$/.part.html/')235 > $html_path
81 html_path = 'file:///tmp/playback_video.html'84 tab.Navigate(html_path)87 full_url=html_path,
1703 def create_report(dirname, html_path='', output_file_name=None): argument1748 html_path)1777 html_path = dirname1780 html_path = ''1785 create_report(dirname, html_path, output_file_name)
71 html_path = os.path.join(self.output_path, 'compare.html')84 with open(html_path, 'w') as f:100 webbrowser.open(html_path)