jenkins fix

master
ermisw 2023-05-09 09:19:07 +02:00
parent 834c47978a
commit b7c3a3a1de
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def write_to_excel(ignored, noData1M, noData1W, all_TP_slos):
all_TP_slos.to_excel(writer, sheet_name='TP_')
writer._save()
writer.save()
writer.close()