Skip to content

Commit 3295a2f

Browse files
committed
typo
1 parent 920b844 commit 3295a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/create_teams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def update_assets(token, assets: List[Asset], organization):
7777
if teams_to_update:
7878
excluded_teams = get_different_items_in_lists(teams_to_update, existing_teams)
7979
if excluded_teams:
80-
logger.info(f"Excluding team(s) {excluded_teams} for asset '{asset.asset_name}'")
80+
logger.info(f"Excluding topic(s) {excluded_teams} for asset '{asset.asset_name}'")
8181
teams_to_update = list(set(teams_to_update) - set(excluded_teams))
8282
logger.info(f"Syncing team(s) {teams_to_update} to asset '{asset.asset_name}'")
8383
add_teams_to_asset(token, asset, teams_to_update)

0 commit comments

Comments
 (0)