From b133fdbdeb336a6dfb8a065ebd8e42a124d3f395 Mon Sep 17 00:00:00 2001 From: Florian Christoph Fischer <florian.christoph.fischer@cern.ch> Date: Fri, 16 Nov 2018 09:38:49 +0100 Subject: [PATCH] Added missing colons Former-commit-id: c8a1cdd10c920681cc4d246fa8ac8a1d9ea8cab9 --- Tools/DirectIOART/generateARTtests.py | 20 ++++++++-------- .../test/test_directioart_tfileopen.py | 23 +++++++++---------- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/Tools/DirectIOART/generateARTtests.py b/Tools/DirectIOART/generateARTtests.py index ef18ee2fb7d..d55aef995ef 100755 --- a/Tools/DirectIOART/generateARTtests.py +++ b/Tools/DirectIOART/generateARTtests.py @@ -223,16 +223,16 @@ def writeTFileOpen(): outstring = """#!/usr/bin/env python\n # art-description: DirectIOART TFile::Open # art-type: grid -# art-include master/Athena -# art-include master/AthSimulation -# art-include 21.0/Athena -# art-include 21.0/AthSimulation -# art-include 21.2/AthAnalysis -# art-include 21.2/AthDerivation -# art-include 21.2/AnalysisBase -# art-include 21.2/AnalysisTop -# art-include 21.3/Athena -# art-include 21.9/Athena\n +# art-include: master/Athena +# art-include: master/AthSimulation +# art-include: 21.0/Athena +# art-include: 21.0/AthSimulation +# art-include: 21.2/AthAnalysis +# art-include: 21.2/AthDerivation +# art-include: 21.2/AnalysisBase +# art-include: 21.2/AnalysisTop +# art-include: 21.3/Athena +# art-include: 21.9/Athena\n import ROOT import os\n""" # loop over turl list diff --git a/Tools/DirectIOART/test/test_directioart_tfileopen.py b/Tools/DirectIOART/test/test_directioart_tfileopen.py index c600b22e1ed..20cca8c8b1c 100755 --- a/Tools/DirectIOART/test/test_directioart_tfileopen.py +++ b/Tools/DirectIOART/test/test_directioart_tfileopen.py @@ -2,16 +2,16 @@ # art-description: DirectIOART TFile::Open # art-type: grid -# art-include master/Athena -# art-include master/AthSimulation -# art-include 21.0/Athena -# art-include 21.0/AthSimulation -# art-include 21.2/AthAnalysis -# art-include 21.2/AthDerivation -# art-include 21.2/AnalysisBase -# art-include 21.2/AnalysisTop -# art-include 21.3/Athena -# art-include 21.9/Athena +# art-include: master/Athena +# art-include: master/AthSimulation +# art-include: 21.0/Athena +# art-include: 21.0/AthSimulation +# art-include: 21.2/AthAnalysis +# art-include: 21.2/AthDerivation +# art-include: 21.2/AnalysisBase +# art-include: 21.2/AnalysisTop +# art-include: 21.3/Athena +# art-include: 21.9/Athena import ROOT import os @@ -38,5 +38,4 @@ outstr = """<?xml version="1.0" encoding="UTF-8" standalone="no" ?> </POOLFILECATALOG>""" with open("PoolFileCatalog.xml", "w") as outfile: - outfile.write(outstr) - + outfile.write(outstr) \ No newline at end of file -- GitLab