forked from ScoDoc/ScoDoc
Fix: archivage PV (encoding)
This commit is contained in:
parent
d227264283
commit
f08c741734
@ -365,7 +365,7 @@ def do_formsemestre_archive(
|
|||||||
PVArchive.store(
|
PVArchive.store(
|
||||||
archive_id,
|
archive_id,
|
||||||
"Decisions_Jury" + scu.XLSX_SUFFIX,
|
"Decisions_Jury" + scu.XLSX_SUFFIX,
|
||||||
data,
|
data.encode(scu.SCO_ENCODING),
|
||||||
)
|
)
|
||||||
# Classeur bulletins (PDF)
|
# Classeur bulletins (PDF)
|
||||||
data, _ = sco_bulletins_pdf.get_formsemestre_bulletins_pdf(
|
data, _ = sco_bulletins_pdf.get_formsemestre_bulletins_pdf(
|
||||||
|
Loading…
Reference in New Issue
Block a user