Skip to content
Snippets Groups Projects
Commit 6265864d authored by Bartosz Matysiak's avatar Bartosz Matysiak
Browse files

Change logging level to info

parent b82209fe
No related branches found
No related tags found
2 merge requests!4Winer support,!3Tests
Checking pipeline status
......@@ -105,7 +105,8 @@ def split_corpus(source_path: str, destination_path: str, file_name: str,
return None
if chunk_size >= file_size:
logging.error('Chunk size is greater than/equal to file size!')
logging.info('Chunk size is greater than/equal to '
'file size, no splitting')
return [source_path]
logging.debug(f'Creating the tree... ({destination_path})')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment