fix
parent
234c0b22fc
commit
66540edb3b
|
|
@ -49,7 +49,7 @@ def write_to_excel(ignored, noData1M, noData1W, all_TP_slos):
|
||||||
all_TP_slos.to_excel(writer, sheet_name='TP_')
|
all_TP_slos.to_excel(writer, sheet_name='TP_')
|
||||||
|
|
||||||
|
|
||||||
writer._save()
|
writer.save()
|
||||||
writer.close()
|
writer.close()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue