From 49b3c2eec779fd96bbc74dff0826c26ea58e5bf6 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <fwinkl@cern> Date: Fri, 30 Oct 2020 18:04:39 +0100 Subject: [PATCH] HIRecExample: enable flake8 --- Reconstruction/HeavyIonRec/HIRecExample/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Reconstruction/HeavyIonRec/HIRecExample/CMakeLists.txt b/Reconstruction/HeavyIonRec/HIRecExample/CMakeLists.txt index ab24f98b37b..1e258fa5a3e 100644 --- a/Reconstruction/HeavyIonRec/HIRecExample/CMakeLists.txt +++ b/Reconstruction/HeavyIonRec/HIRecExample/CMakeLists.txt @@ -1,11 +1,9 @@ -################################################################################ -# Package: HIRecExample -################################################################################ +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( HIRecExample ) # Install files from the package: -atlas_install_python_modules( python/*.py ) +atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) atlas_install_joboptions( share/*.py ) -- GitLab