We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d18c07 commit 1afbff3Copy full SHA for 1afbff3
1 file changed
src/scripts/generate_page.py
@@ -82,7 +82,7 @@ def get_config_readme(repo_name):
82
gh_instance = Github(auth=Auth.Token(os.environ["GITHUB_TOKEN"]))
83
logger.info("authenticated to Github API")
84
gh_org = gh_instance.get_organization("MPUSP")
85
-logger.info("fetching data for organization)
+logger.info("fetching data for organization")
86
87
# get members and their stats
88
members = {}
0 commit comments