fix: 【账号收集】账号收集任务,关闭同步到资产时,只收集了一个资产的账号,其他资产的账号未收集 (#12428)

Co-authored-by: feng <1304903146@qq.com>
pull/12431/head
fit2bot 2023-12-26 16:05:28 +08:00 committed by GitHub
parent 8f67922c80
commit a09b7b29e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class GatherAccountsManager(AccountBasePlaybookManager):
)
gathered_accounts.append(gathered_account)
if not self.is_sync_account:
return
continue
GatheredAccount.sync_accounts(gathered_accounts)
def run(self, *args, **kwargs):