Skip to content

Commit 9e538b9

Browse files
Merge pull request #802 from adobe-apiplatform/fix/write-adobe-only
Return commands when Adobe-only users are not managed
2 parents 79ce27d + 183e1d2 commit 9e538b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_sync/engine/umapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ def process_strays(self, primary_commands, secondary_command_lists, umapi_connec
638638
return primary_commands, secondary_command_lists
639639
self.logger.debug("Processing Adobe-only users...")
640640
return self.manage_strays(primary_commands, secondary_command_lists, umapi_connectors)
641+
return primary_commands, secondary_command_lists
641642

642643
def manage_strays(self, primary_commands, secondary_command_lists, umapi_connectors):
643644
"""

0 commit comments

Comments
 (0)