css_twister_selected_track_live_12

141 viewsCSS Community ScriptsAbleton live 12.1
0

Hi got some python errrors in Ableton live 12.1.5, here’s an example

css_twister_selected_track_live_12\css_twister_selected_track_live_12.py:5059: SyntaxWarning: “is” with a literal. Did you mean “==”?
if cnfg[“decimal_places”] is 0:

wondering if correct one need to be

if cnfg[“decimal_places”] == 0:

Thanks a lot for your help !

Walter

Walt_A Answered question January 24, 2025
1

Hi Walt, don’t worry about these warnings, they won’t effect the script.
Ableton began sending warnings regarding this 12.1 (i think).
We will remove the issue in an upcoming version

JohnC Answered question January 15, 2025
0

Ok thanks a lot !

Walt_A Answered question January 24, 2025