Skip to content

Commit 1f3ffb8

Browse files
authored
Remove code of conduct column from HTML table
1 parent 8479b72 commit 1f3ffb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build_packages_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def main(csv_file_path, html_file_path):
3636
html_file.write('<td>' + row[7] + '</td>') # GH version
3737
html_file.write('<td>' + row[8] + '</td>') # GH license
3838
html_file.write('<td>' + row[9] + '</td>') # GH owner
39-
html_file.write('<td>' + row[10] + '</td>') # GH code of conduct
4039
html_file.write('</tr>\n')
4140

4241
html_file.write('</table>')

0 commit comments

Comments
 (0)