Skip to content

Commit

Permalink
Version 6.4.6 QtPython recipe.
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
CharlesPignerol authored Nov 29, 2024
1 parent 4f126d6 commit cea2870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Qtpython(CMakePackage):

variant('shared', default=True, description='Creation de bibliotheques dynamiques (defaut:shared, annuler le defaut par ~shared)')

version('6.4.6', sha256='9f5acd88f4dbcc47fa1929a26466ab3aea0554ba87bfcd562bef701fefe7a1f5')
version('6.4.5', sha256='0a787b2b3ffc8c9a02cf134dd408b135d71b72ccaa2bef725aeb86440af4f0d8')
version('6.4.4', sha256='d70158ab0605623deeef24ca71e9ddbce1478afcf000b2ee5aa2fa922e3a59c2')
version('6.4.3', sha256='dcfee932c873f8d35b86e19bff95fca2aada7a2a631da2393546a9ed010fa5b4')
Expand Down

0 comments on commit cea2870

Please sign in to comment.