forked from ScoDoc/ScoDoc
Fix typo (export table xls)
This commit is contained in:
parent
02149daad7
commit
4c8d74cd8f
@ -277,7 +277,9 @@ def _formsemestre_recapcomplet_to_file(
|
||||
include_evaluations=include_evaluations,
|
||||
filename=filename,
|
||||
)
|
||||
return scu.send_file(data, filename=filename, mime=scu.get_mime_suffix(format))
|
||||
return scu.send_file(
|
||||
data, filename=filename, mime=scu.get_mime_suffix(tabformat)
|
||||
)
|
||||
elif tabformat == "xml":
|
||||
data = gen_formsemestre_recapcomplet_xml(
|
||||
formsemestre.id,
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.4.42"
|
||||
SCOVERSION = "9.4.43"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user