Skip to content

Commit 1afbff3

Browse files
committed
fix: syntax bug
1 parent 8d18c07 commit 1afbff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/generate_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_config_readme(repo_name):
8282
gh_instance = Github(auth=Auth.Token(os.environ["GITHUB_TOKEN"]))
8383
logger.info("authenticated to Github API")
8484
gh_org = gh_instance.get_organization("MPUSP")
85-
logger.info("fetching data for organization)
85+
logger.info("fetching data for organization")
8686

8787
# get members and their stats
8888
members = {}

0 commit comments

Comments
 (0)