]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - kll.py
Fixing kll permutation expansion bug.
[kiibohd-kll.git] / kll.py
diff --git a/kll.py b/kll.py
index 76dc3b50da92e8564a2e9275d4c89bf47a17fe02..57fd37aa37ce39783f7ae4d442601782d009fbdf 100755 (executable)
--- a/kll.py
+++ b/kll.py
@@ -387,7 +387,6 @@ def optionExpansion( sequences ):
                                curLeafList[ leaf ] = 0
                                if leaf + 1 < len( curLeafList ):
                                        curLeafList[ leaf + 1 ] += 1
-                               break
 
        return expandedSequences