From b808e2bde7ff8d389507d42d5c034f7f87c77613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Koral?= <45078678+oguzhankoral@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:45:42 +0300 Subject: [PATCH] Uncomment store_file_result --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index d591958..84a52c4 100644 --- a/main.py +++ b/main.py @@ -293,9 +293,7 @@ def domain_lines(corners): def add_to_store_if_exist(automate_context: AutomationContext, path): if os.path.exists(path): - #automate_context.store_file_result(path) - a = 4 - + automate_context.store_file_result(path) # make sure to call the function with the executor if __name__ == "__main__":