Skip to content
Snippets Groups Projects
Commit f4bc1fba authored by Mads M. Pedersen's avatar Mads M. Pedersen Committed by Rasmus Sode Lund
Browse files

pd.ExcelWriter(filename).save -> .close

parent 7dc5c45e
No related branches found
No related tags found
1 merge request!220pd.ExcelWriter(filename).save -> .close
Pipeline #45731 failed
......@@ -246,7 +246,7 @@ class DLB():
writer = pd.ExcelWriter(filename)
for k in self.keys():
self[k].to_excel(writer, k, index=False)
writer.save()
writer.close()
class DTU_IEC64100_1_Ref_DLB(DLB):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment