Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Cycling: bugfix, add end column on Ln106
Browse files Browse the repository at this point in the history
  • Loading branch information
keymixcookbook committed Aug 1, 2021
1 parent 2ebca0c commit 508ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pkg_KuFunc/mod_Cycling.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setKnob(node, knob, ls_k):
k_new_idx = len(ls_k)
elif mode == 'regular':
k_new_idx = k_count+1
elif mode == 'prev'
elif mode == 'prev':
k_new_idx = k_count-1
k_new = ls_k[int(k_new_idx)]
else:
Expand Down

0 comments on commit 508ee9a

Please sign in to comment.