We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52f532 commit f69caf6Copy full SHA for f69caf6
rating_export/utils.py
@@ -84,6 +84,7 @@ def parse_column_specifier(column_spec, headers):
84
# Буква колонки
85
return column_letter_to_index(column_spec.upper())
86
87
+ raise ValueError(f"Колонка '{column_spec}' не найдена в {headers}")
88
raise ValueError(
89
f"Неподдерживаемый формат ({type(column_spec)}) колонки '{column_spec}'"
90
)
0 commit comments