Skip to content

Commit 4308fb5

Browse files
committed
Fix #299
1 parent 89e4904 commit 4308fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ def run_plot(meas_summary, a_run, handyvars, measures_objlist, regions):
17001700
for i in range(len(xlsx_var_name_list)):
17011701
xlsx_var_name_list[i].to_excel(
17021702
writer, sheet_name=file_names_ecms[i], index=False)
1703-
writer.save()
1703+
writer.close()
17041704

17051705

17061706
if __name__ == '__main__':

0 commit comments

Comments
 (0)