Skip to content

Commit 5acd090

Browse files
authored
Merge pull request #6 from jitsecurity/sc-19672-create-a-tool-to-generate-teams-from-github-part3
fix logs
2 parents fa54465 + 8d12692 commit 5acd090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/clients/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_teams_from_github_topics() -> Organization:
4242
# Add the team template to the teams dictionary
4343
teams[topic] = team_template
4444

45-
logger.info(f"Retrieved ({len(teams.keys())}) team(s) {list(teams.keys())} from GitHub successfully.")
45+
logger.info(f"Retrieved ({len(teams.keys())}) topics(s) {list(teams.keys())} from GitHub successfully.")
4646
return Organization(teams=list(teams.values()))
4747
except Exception as e:
4848
logger.error(f"Failed to retrieve teams from GitHub: {str(e)}")

0 commit comments

Comments
 (0)