From a6e00bdb032675fb22f52fc14b89038a70093ac0 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Thu, 30 Apr 2020 11:57:18 +0200 Subject: [PATCH] AthenaConfiguration: Fix mixed tabs/spaces for indentation Do not mix tabs/spaces for indentation. Fixes flake8 E101 warnings. --- Control/AthenaConfiguration/python/ComponentAccumulatorTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/AthenaConfiguration/python/ComponentAccumulatorTest.py b/Control/AthenaConfiguration/python/ComponentAccumulatorTest.py index b5afb081253..830ba6e9fe0 100644 --- a/Control/AthenaConfiguration/python/ComponentAccumulatorTest.py +++ b/Control/AthenaConfiguration/python/ComponentAccumulatorTest.py @@ -484,7 +484,7 @@ class TestSequencesMerging( unittest.TestCase ): ca2 = OutputStreamCfg(ConfigFlags, "RDO", ItemList = [ "SCT_RDO_Container#SCT_RDOs", "InDetSimDataCollection#SCT_SDO_Map" - ]) + ]) ca2.printConfig() print("after merge") -- GitLab