Skip to content

Fix comparison with literal for Python 3.8

Marco Cattaneo requested to merge fixForPython3-8 into run2-patches

Needed for LCG_100. Fixes this warning:

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

Merge request reports