fix filenames

This commit is contained in:
2026-04-09 10:07:10 +03:00
parent 3230f0b774
commit 4ac3fff327
2 changed files with 2 additions and 2 deletions

View File

@@ -27,5 +27,5 @@ def process_sheet(df,real_arti: int):
return df_validated
def evaluating(df, real_arti:int, types:str):
validated_rows_1 = process_sheet(df, real_arti=real_arti) # номера столбцов от озона
validated_rows_1.to_excel(f"./excel_files/{types}.xlsx")
validated_rows_1.to_excel(f"./excel_files/{types}1.xlsx")
return validated_rows_1