-
-
Save KyMidd/97b475f62a16553e33ae75bcb1db08c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get dependencies for each repo, write to CSV | |
| repo_count = len(repo_names) | |
| index=1 | |
| for repo in repo_names: | |
| dependencies = get_repo_dependencies(repo, index, repo_count) | |
| index+=1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment