Skip to content

Commit 94598e7

Browse files
Merge pull request #745 from Luci2015/v2
continue create actions after max remove limit reached
2 parents 85a3221 + f049cf9 commit 94598e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sync/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def process_strays(self, primary_commands, secondary_command_lists, umapi_connec
646646
self.logger.critical('Unable to process Adobe-only users, as their count (%s) is larger '
647647
'than the max_adobe_only_users setting (%s)', stray_count, max_missing_option)
648648
self.action_summary['primary_strays_processed'] = 0
649-
return [], {}
649+
return primary_commands, secondary_command_lists
650650
self.logger.debug("Processing Adobe-only users...")
651651
return self.manage_strays(primary_commands, secondary_command_lists, umapi_connectors)
652652

0 commit comments

Comments
 (0)