Skip to content

LArCalorimeter/LArCondUtils: (late) migration of scripts to python3, enable flake8

Walter Lampl requested to merge wlampl/athena:LArCondUtilsPy3 into 24.0

The two (potentially useful) scripts dumpHVPathFromNtuple.py and fillPileUpNoiseLumi.py where never migrated to python3.

This MR does the python3 migration (by using the 2to3 utility) and activates flake8 for these two scripts.

Merge request reports