Skip to content
Snippets Groups Projects

egammaD3PDMaker: cmake cleanup, enable flake8

Merged Frank Winklmeier requested to merge fwinkl/athena:flake8_d3pdegamma into master
11 files
+ 20
101
Compare changes
  • Side-by-side
  • Inline
Files
11
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# $Id$
#
# @file egammaD3PDAnalysis/python/TileGapSelectionGetter.py
# @author scott snyder <snyder@bnl.gov>
@@ -53,7 +52,7 @@ class TileGapSelectionGetter ( Configured ) :
self._handle = alg
except:
except Exception:
mlog.error ("Error configuring TileGapSelectionAlg.")
traceback.print_exc()
Loading