We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920b844 commit 3295a2fCopy full SHA for 3295a2f
1 file changed
src/scripts/create_teams.py
@@ -77,7 +77,7 @@ def update_assets(token, assets: List[Asset], organization):
77
if teams_to_update:
78
excluded_teams = get_different_items_in_lists(teams_to_update, existing_teams)
79
if excluded_teams:
80
- logger.info(f"Excluding team(s) {excluded_teams} for asset '{asset.asset_name}'")
+ logger.info(f"Excluding topic(s) {excluded_teams} for asset '{asset.asset_name}'")
81
teams_to_update = list(set(teams_to_update) - set(excluded_teams))
82
logger.info(f"Syncing team(s) {teams_to_update} to asset '{asset.asset_name}'")
83
add_teams_to_asset(token, asset, teams_to_update)
0 commit comments