Skip to content

AtlCoolRunQuery for sctcalib

Here a short summary of the changes:

  • the relative path inclusions were not working properly, so I changed everything to absolute paths
  • secondly, there have been several calls of “sort" or “sorted", which where using deprecated python2 syntax
  • finally there where a couple of “except”s, which were caught with the wrong ExceptionType

Merge request reports