You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.4.6. If the last instruction to be executed and executed is in a loop we point to the start of the loop (just after the test of the condition). Therefor any subsequent execution will start with this line - which is wrong - which is also indented => python indentation error.
if (true == ok) // ATTENTION : Retour éventuel en ligne de début de boucle pour évaluation de la condition d'arrêt => _currentExecLine se minorée et donc erronnée si fin de boucle atteinte
Copy file name to clipboardExpand all lines: versions.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
Version 6.4.6 : 29/11/24
2
+
===============
3
+
4
+
Correctif de bogue : si la derni�re instruction � ex�cuter et ex�cut�e est dans une boucle on pointe au d�but la boucle (juste apr�s le test sur la condition)
5
+
=> toute ex�cution ult�rieure d�butera par cette ligne - ce qui est faux - qui est de surcroit indent�e => erreur d'indentation python.
0 commit comments