forked from ScoDoc/ScoDoc
synchro_etuds: plus d'exemples avec caractères spéciaux
This commit is contained in:
parent
1cde233060
commit
cffcaa03ce
@ -120,9 +120,11 @@ def formsemestre_synchro_etuds(
|
|||||||
)
|
)
|
||||||
anneeapogee = str(anneeapogee)
|
anneeapogee = str(anneeapogee)
|
||||||
|
|
||||||
if type(etuds) == type(""):
|
if isinstance(etuds, str):
|
||||||
etuds = etuds.split(",") # vient du form de confirmation
|
etuds = etuds.split(",") # vient du form de confirmation
|
||||||
if type(inscrits_without_key) == type(""):
|
elif isinstance(etuds, int):
|
||||||
|
etuds = [etuds]
|
||||||
|
if isinstance(inscrits_without_key, str):
|
||||||
inscrits_without_key = inscrits_without_key.split(",")
|
inscrits_without_key = inscrits_without_key.split(",")
|
||||||
|
|
||||||
(
|
(
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Martin
|
Martin
|
||||||
Bernard
|
Richard-Lenoir
|
||||||
Thomas
|
Thomas
|
||||||
Petit
|
Petit
|
||||||
Robert
|
Robert
|
||||||
@ -15,27 +15,28 @@ Leroy
|
|||||||
David
|
David
|
||||||
Roux
|
Roux
|
||||||
Morel
|
Morel
|
||||||
Bertrand
|
M'Rahi
|
||||||
Fournier
|
Fournier
|
||||||
Girard
|
Girard
|
||||||
Fontaine
|
Fontaine
|
||||||
Lambert
|
Lambert
|
||||||
|
Lançon
|
||||||
Dupont
|
Dupont
|
||||||
Bonnet
|
Bonnet
|
||||||
Rousseau
|
Rousseau
|
||||||
Vincent
|
Vincent
|
||||||
Muller
|
Muller
|
||||||
Lefevre
|
Lefèvre
|
||||||
Faure
|
Faure
|
||||||
Andre
|
André
|
||||||
Mercier
|
Mercier
|
||||||
Guerin
|
Guérin
|
||||||
Garcia
|
Garcia
|
||||||
Boyer
|
Boyer
|
||||||
Blanc
|
Blanc
|
||||||
Garnier
|
Garnier
|
||||||
Chevalier
|
Chevalier
|
||||||
Francois
|
François
|
||||||
Legrand
|
Legrand
|
||||||
Gauthier
|
Gauthier
|
||||||
Perrin
|
Perrin
|
||||||
@ -46,7 +47,6 @@ Henry
|
|||||||
Nicolas
|
Nicolas
|
||||||
Roussel
|
Roussel
|
||||||
Gautier
|
Gautier
|
||||||
Mathieu
|
|
||||||
Masson
|
Masson
|
||||||
Duval
|
Duval
|
||||||
Marchand
|
Marchand
|
||||||
@ -54,7 +54,7 @@ Denis
|
|||||||
Lemaire
|
Lemaire
|
||||||
Dumont
|
Dumont
|
||||||
Marie
|
Marie
|
||||||
Noel
|
Noël
|
||||||
Meyer
|
Meyer
|
||||||
Dufour
|
Dufour
|
||||||
Meunier
|
Meunier
|
||||||
@ -63,6 +63,7 @@ Blanchard
|
|||||||
Brun
|
Brun
|
||||||
Riviere
|
Riviere
|
||||||
Lucas
|
Lucas
|
||||||
|
Giscard d'Estaing
|
||||||
Joly
|
Joly
|
||||||
Giraud
|
Giraud
|
||||||
Brunet
|
Brunet
|
||||||
@ -80,12 +81,10 @@ Colin
|
|||||||
Vidal
|
Vidal
|
||||||
Picard
|
Picard
|
||||||
Roger
|
Roger
|
||||||
Fabre
|
|
||||||
Aubert
|
Aubert
|
||||||
Lemoine
|
Lemoine
|
||||||
Renaud
|
Renaud
|
||||||
Dumas
|
Dumas
|
||||||
Payet
|
|
||||||
Olivier
|
Olivier
|
||||||
Lacroix
|
Lacroix
|
||||||
Philippe
|
Philippe
|
||||||
@ -99,8 +98,6 @@ Leclercq
|
|||||||
Sanchez
|
Sanchez
|
||||||
Lecomte
|
Lecomte
|
||||||
Rolland
|
Rolland
|
||||||
Guillaume
|
|
||||||
Jean
|
|
||||||
Hubert
|
Hubert
|
||||||
Dupuy
|
Dupuy
|
||||||
Carpentier
|
Carpentier
|
||||||
@ -108,7 +105,6 @@ Guillot
|
|||||||
Berger
|
Berger
|
||||||
Perez
|
Perez
|
||||||
Dupuis
|
Dupuis
|
||||||
Louis
|
|
||||||
Moulin
|
Moulin
|
||||||
Deschamps
|
Deschamps
|
||||||
Vasseur
|
Vasseur
|
||||||
@ -116,7 +112,6 @@ Huet
|
|||||||
Boucher
|
Boucher
|
||||||
Fernandez
|
Fernandez
|
||||||
Fleury
|
Fleury
|
||||||
Adam
|
|
||||||
Royer
|
Royer
|
||||||
Paris
|
Paris
|
||||||
Jacquet
|
Jacquet
|
||||||
@ -254,7 +249,7 @@ Colas
|
|||||||
Paul
|
Paul
|
||||||
Raymond
|
Raymond
|
||||||
Guillon
|
Guillon
|
||||||
Regnier
|
Régnier
|
||||||
Hardy
|
Hardy
|
||||||
Imbert
|
Imbert
|
||||||
Brunel
|
Brunel
|
||||||
|
@ -11,6 +11,7 @@ Sylvie
|
|||||||
Martine
|
Martine
|
||||||
Madeleine
|
Madeleine
|
||||||
Nicole
|
Nicole
|
||||||
|
Rêve d'Or
|
||||||
Suzanne
|
Suzanne
|
||||||
Hélène
|
Hélène
|
||||||
Christine
|
Christine
|
||||||
|
@ -29,4 +29,7 @@ Laurent
|
|||||||
Frédéric
|
Frédéric
|
||||||
Eric
|
Eric
|
||||||
David
|
David
|
||||||
|
Pierre-François
|
||||||
|
Jean-Christophe
|
||||||
|
Derc'hen
|
||||||
|
Lee-Van's
|
Loading…
Reference in New Issue
Block a user