Skip to content

Commit

Permalink
Beug retirer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimed committed May 22, 2019
1 parent 62c9971 commit f4cdfdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poetry/C/Modules/Parser/selectionneur_mot.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ def VerbeM(type,nom,liste_dom,style,tps="présent",op='',pronom=0,pers='3p',nbr=

VER_V4 = Cellule_de_la_ligne(VER_V3)
VER_V5 = VERIF_MOT(VER_V4)
if VER_V5 == []:
VER_Vp=Cellule_de_la_ligne(VER_V2)
VER_V5 = VERIF_MOT(VER_Vp)
VER = VER_V5[randint(0,len(VER_V5)-1)]
CA_val = nom[1]

Expand Down

0 comments on commit f4cdfdf

Please sign in to comment.