Skip to content

Commit 2c5f263

Browse files
authored
Merge pull request #63 from EnzymeML/fix-xls-validation
2 parents f8611b2 + e978e96 commit 2c5f263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyenzyme/enzymeml/tools/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def _generate_spreadsheet(data, path):
381381
# Write to row
382382
writer.sheets["validation"].set_row(row_idx + 1, 25, style)
383383

384-
writer.save()
384+
writer.close()
385385

386386
# ! Template conversion
387387
@classmethod

0 commit comments

Comments
 (0)