Skip to content

fixes for python3 when runNumber is None

Sanya Solodkov requested to merge solodkov/athena:tilecal-for-22.0 into master

RunNumber is set to None when athena is running online and comparison with integer doesn't work in python3. Now it is protected with extra "if"

Merge request reports