From d3945692d08af4f2681422ce8405938618d67637 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 22 Dec 2025 14:23:30 -0300 Subject: [PATCH] SIENTIAPDE-1445 Refactor condition in core_scouter.py for improved readability - Simplified the condition checking for affected rows in the data export logic by removing unnecessary whitespace. --- scouter/workflow/sub_workflows/core_scouter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scouter/workflow/sub_workflows/core_scouter.py b/scouter/workflow/sub_workflows/core_scouter.py index 015d11f..2e9b1c1 100644 --- a/scouter/workflow/sub_workflows/core_scouter.py +++ b/scouter/workflow/sub_workflows/core_scouter.py @@ -117,7 +117,7 @@ class CoreScouter: start_to_close_timeout=timedelta(seconds=60), ) - if data_exported.get('affected_rows', 0 ) <= 0: + if data_exported.get('affected_rows', 0) <= 0: return await workflow.execute_activity_method(