Skip to content

InDetRecExample: python 3 / python 3.8 fixes

Some missed print statement to function conversions.

Use ==' not is' when comparing to string literals. This fixes warnings seen with python 3.8.

Merge request reports