Skip to content
Snippets Groups Projects

PATJobTransforms: cmake cleanup, enable flake8

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_pattrf into master
2 files
+ 4
13
Compare changes
  • Side-by-side
  • Inline
Files
2
from builtins import zip
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
## @brief Module with PAT transform options and substeps
## @brief Module with PAT transform options and substeps
import logging
from builtins import zip
# Get the base logger for the transforms and extend it for us
# Get the base logger for the transforms and extend it for us
from PyJobTransforms.trfLogger import msg
from PyJobTransforms.trfLogger import msg
Loading