From a09b7b29e24b7ff5a50b5123a8c54a4f1c084640 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:05:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E8=B4=A6=E5=8F=B7=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E3=80=91=E8=B4=A6=E5=8F=B7=E6=94=B6=E9=9B=86=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=EF=BC=8C=E5=85=B3=E9=97=AD=E5=90=8C=E6=AD=A5=E5=88=B0?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=97=B6=EF=BC=8C=E5=8F=AA=E6=94=B6=E9=9B=86?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E4=B8=AA=E8=B5=84=E4=BA=A7=E7=9A=84=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E5=85=B6=E4=BB=96=E8=B5=84=E4=BA=A7=E7=9A=84?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E6=9C=AA=E6=94=B6=E9=9B=86=20(#12428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- apps/accounts/automations/gather_accounts/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/accounts/automations/gather_accounts/manager.py b/apps/accounts/automations/gather_accounts/manager.py index 0941a78fa..1c9ae990f 100644 --- a/apps/accounts/automations/gather_accounts/manager.py +++ b/apps/accounts/automations/gather_accounts/manager.py @@ -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):