Skip to content

Commit

Permalink
Merge pull request #825 from Luci2015/patch-1
Browse files Browse the repository at this point in the history
Update connector_umapi.py
  • Loading branch information
adorton-adobe authored Jul 11, 2024
2 parents 8840260 + b093020 commit d47adf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_sync/connector/connector_umapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def get_groups(self):
return list(self.iter_groups())

def iter_groups(self):
self.connection.start_sync()
try:
for g in umapi_client.GroupsQuery(self.connection):
yield g
Expand Down

0 comments on commit d47adf4

Please sign in to comment.