We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa54465 + 8d12692 commit 5acd090Copy full SHA for 5acd090
1 file changed
src/shared/clients/github.py
@@ -42,7 +42,7 @@ def get_teams_from_github_topics() -> Organization:
42
# Add the team template to the teams dictionary
43
teams[topic] = team_template
44
45
- logger.info(f"Retrieved ({len(teams.keys())}) team(s) {list(teams.keys())} from GitHub successfully.")
+ logger.info(f"Retrieved ({len(teams.keys())}) topics(s) {list(teams.keys())} from GitHub successfully.")
46
return Organization(teams=list(teams.values()))
47
except Exception as e:
48
logger.error(f"Failed to retrieve teams from GitHub: {str(e)}")
0 commit comments