You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "generate_table.py", line 31, in
writer.value_matrix = [
File "generate_table.py", line 32, in
[format_with_link(project), ", ".join(filter_list(dependencies))]
File "generate_table.py", line 22, in format_with_link
links = open("unique_links.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'unique_links.txt'
The text was updated successfully, but these errors were encountered:
stack trace
Traceback (most recent call last):
File "generate_table.py", line 31, in
writer.value_matrix = [
File "generate_table.py", line 32, in
[format_with_link(project), ", ".join(filter_list(dependencies))]
File "generate_table.py", line 22, in format_with_link
links = open("unique_links.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'unique_links.txt'
The text was updated successfully, but these errors were encountered: