Skip to content

Commit 6a038da

Browse files
committed
fix style/syntax
1 parent 4162811 commit 6a038da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync_community_team/set_teams_on_github.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def map_role_to_team(organization, project_name, role, create_if_absent=True):
167167
if team.privacy == properties["privacy"]:
168168
del properties["privacy"]
169169
if properties and properties != {"name": team.name}:
170-
team.edit(**properties)
170+
team.edit(**properties)
171171
print(" Done.")
172172
else:
173173
if not create_if_absent:

0 commit comments

Comments
 (0)