Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop fix #13

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Loop fix #13

merged 2 commits into from
Nov 29, 2024

Conversation

CharlesPignerol
Copy link
Contributor

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.

Charles PIGNEROL added 2 commits November 29, 2024 15:14
… 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.
… 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.
@CharlesPignerol CharlesPignerol merged commit a0b46fb into main Nov 29, 2024
2 checks passed
@CharlesPignerol CharlesPignerol deleted the loop-fix branch November 29, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant