Skip to content

Commit

Permalink
Uncomment store_file_result
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Nov 3, 2023
1 parent 8fe75a7 commit b808e2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down

0 comments on commit b808e2b

Please sign in to comment.