Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
asucrews authored Jul 5, 2024
1 parent 46cfc2f commit 27572e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/generate_automation_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ def update_readme(blueprints, readme_path):

def main():
blueprints = get_blueprints(blueprint_directory, ignore_folder)
blueprints.sort(key=lambda x: x[0]) # Sort blueprints alphabetically
update_readme(blueprints, readme_path)
print("README.md updated successfully")
print(blueprints)

# blueprints.sort(key=lambda x: x[0]) # Sort blueprints alphabetically
# update_readme(blueprints, readme_path)
# print("README.md updated successfully")

if __name__ == "__main__":
main()

0 comments on commit 27572e0

Please sign in to comment.