Skip to content
Snippets Groups Projects
Commit d108baa0 authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Rm second log debug

parent 4664cd24
No related branches found
No related tags found
1 merge request!12Rm logs
Pipeline #15026 passed
...@@ -185,7 +185,6 @@ def merge_splits(output_path: str, destination_path: str, ...@@ -185,7 +185,6 @@ def merge_splits(output_path: str, destination_path: str,
l_results = [subtask.get_output_path() for subtask in subtasks] l_results = [subtask.get_output_path() for subtask in subtasks]
for l_result in l_results: for l_result in l_results:
_log.debug(f"Result of chunk: {l_result}")
with open(l_result, "r") as f: with open(l_result, "r") as f:
if merge_type == MergeType.PLAINTEXT2CCL: if merge_type == MergeType.PLAINTEXT2CCL:
file_content2 = f.read() file_content2 = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment