From b7c3a3a1de14e2f9cea59f560a2ef83b6c713fd7 Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 9 May 2023 09:19:07 +0200 Subject: [PATCH] jenkins fix --- createKeyRequestReport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createKeyRequestReport.py b/createKeyRequestReport.py index 0ea6dc7..4a783dc 100644 --- a/createKeyRequestReport.py +++ b/createKeyRequestReport.py @@ -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()