Skip to content

Fix comparison with literal for Python 3.8

Marco Cattaneo requested to merge cleanupOptions into run2-patches

Needed for LCG_100. Fixes this warning:

SyntaxWarning: "is" with a literal. Did you mean "=="?
Edited by Marco Cattaneo

Merge request reports