Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed May 22, 2024
1 parent 0107413 commit b86750e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
readme_content += "</div>\n\n"
readme_content += "\nThis dashboard is automatically updated nightly. If it hasn't been updated in within the last couple of days, feel free to raise an issue on the ivy repo."

with open("README.md", "w") as f:
with open("DASHBOARD.md", "w") as f:
f.write(readme_content)

with open("README.md", "r") as f:
with open("DASHBOARD.md", "r") as f:
lines = f.readlines()
for line in lines:
print(line)

0 comments on commit b86750e

Please sign in to comment.