Skip to content

Fix python warnings exposed in dev4 slot

Marco Cattaneo requested to merge fixWrnigns-dev4 into run2-patches

Fixes warnings like

  • SyntaxWarning: "is not" with a literal. Did you mean "!="?
  • SyntaxWarning: "is" with a literal. Did you mean "=="?

Merge request reports