mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Change sections -> columns in error message
This commit is contained in:
@@ -234,7 +234,7 @@ def check_file_format(lines: List[str]) -> List[str]:
|
||||
num_in_category += 1
|
||||
segments = line_content.split('|')[1:-1]
|
||||
if len(segments) < num_segments:
|
||||
err_msg = error_message(line_num, f'entry does not have all the required sections (have {len(segments)}, need {num_segments})')
|
||||
err_msg = error_message(line_num, f'entry does not have all the required columns (have {len(segments)}, need {num_segments})')
|
||||
err_msgs.append(err_msg)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user