Skip to content

Commit

Permalink
script and readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarkori143 committed Jun 24, 2024
1 parent 95e404d commit ac47d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_readmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def generate_repo_structure(path=".", indent=0):

def update_root_readme():
structure = generate_repo_structure()
structure_content = structure
structure_content = "" + "\n".join(structure)

readme_path = "README.md"
if not os.path.exists(readme_path):
Expand Down

0 comments on commit ac47d67

Please sign in to comment.