Skip to content

lineup-parameters: fix python warning about suspicious comparison

Michael Catanzaro requested to merge mcatanzaro/#1012 into master

This needs to use == because the is operator checks whether the two variables are the same instance, not whether they have the same value.

Fixes #1012 (closed)

Merge request reports