forked from ScoDoc/ScoDoc
Améliorations diverses
This commit is contained in:
parent
828c619c74
commit
5e49384a90
@ -198,7 +198,7 @@ class JuryPE(object):
|
|||||||
trajectoire = self.regroupements[rang]
|
trajectoire = self.regroupements[rang]
|
||||||
sxtag_id = pe_sxtag.get_sxtag_from_semestres(trajectoire)
|
sxtag_id = pe_sxtag.get_sxtag_from_semestres(trajectoire)
|
||||||
ressemstags = {fid: self.ressembuttags[fid] for fid in trajectoire}
|
ressemstags = {fid: self.ressembuttags[fid] for fid in trajectoire}
|
||||||
self.sxtags[sxtag_id] = pe_sxtag.SxTag(sxtag_id, ressemtags)
|
self.sxtags[sxtag_id] = pe_sxtag.SxTag(sxtag_id, ressemstags)
|
||||||
|
|
||||||
# Intègre le bilan des semestres taggués au zip final
|
# Intègre le bilan des semestres taggués au zip final
|
||||||
output = io.BytesIO()
|
output = io.BytesIO()
|
||||||
|
Loading…
Reference in New Issue
Block a user