From 3752170c3aab014e5ea1eecf2b09523ae9675ee2 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 16 Sep 2025 10:31:30 -0300 Subject: [PATCH] SIENTIAPDE-1222 Refactor debug logging in Gates activity for improved readability - Reformatted the debug logging statement for input data in the Gates activity to enhance clarity and maintain consistency with previous logging improvements. --- laborious/activities/gates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laborious/activities/gates.py b/laborious/activities/gates.py index c88b59a..4a71455 100644 --- a/laborious/activities/gates.py +++ b/laborious/activities/gates.py @@ -206,8 +206,8 @@ class Gates(BaseActivity): filter_output = [] - self.debug(f"Input data: \n {create_sample_dict( - data, max_items=5, max_depth=2)}", metadata) + self.debug( + f"Input data: \n {create_sample_dict(data, max_items=5, max_depth=2)}", metadata) self.debug(f"Filters: {filters}", metadata) comments = []