css_twister_selected_track_live_12

1.25K 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