Skip to content
Snippets Groups Projects
Commit 4c8d74cd authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix typo (export table xls)

parent 02149daa
No related branches found
No related tags found
No related merge requests found
...@@ -277,7 +277,9 @@ def _formsemestre_recapcomplet_to_file( ...@@ -277,7 +277,9 @@ def _formsemestre_recapcomplet_to_file(
include_evaluations=include_evaluations, include_evaluations=include_evaluations,
filename=filename, 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": elif tabformat == "xml":
data = gen_formsemestre_recapcomplet_xml( data = gen_formsemestre_recapcomplet_xml(
formsemestre.id, formsemestre.id,
......
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.4.42" SCOVERSION = "9.4.43"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment