Skip to content

Commit

Permalink
Update update_summary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SabbaghCodes authored Jun 14, 2024
1 parent b443e9b commit 20e1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
updated_readme_content = re.sub(r'## Summary Statistics.*?```markdown\n.*?\n```', summary_table, readme_content, flags=re.DOTALL)

# Write the updated content back to README.md
with open('README.md', 'w') as readme_file:
with open('README1.md', 'w') as readme_file:
readme_file.write(updated_readme_content)

0 comments on commit 20e1a23

Please sign in to comment.