From 08be5d08c44acac8b3877a49252e220c59fbf20b Mon Sep 17 00:00:00 2001 From: Mohsen Rezaei Estabragh <mohsen.rezaei.estabragh@cern.ch> Date: Mon, 5 Oct 2020 12:57:26 +0000 Subject: [PATCH] removing extra lines --- Tools/PyJobTransforms/python/trfExe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/PyJobTransforms/python/trfExe.py b/Tools/PyJobTransforms/python/trfExe.py index 4f4c9701c96..7b0f9d9fadb 100755 --- a/Tools/PyJobTransforms/python/trfExe.py +++ b/Tools/PyJobTransforms/python/trfExe.py @@ -1236,7 +1236,6 @@ class athenaExecutor(scriptExecutor): self._valStop = os.times() msg.debug('valStop time is {0}'.format(self._valStop)) - ## @brief Prepare the correct command line to be used to invoke athena def _prepAthenaCommandLine(self): ## Start building up the command line @@ -1818,7 +1817,6 @@ class DQMergeExecutor(scriptExecutor): msg.debug('valStop time is {0}'.format(self._valStop)) - ## @brief Specialist execution class for merging NTUPLE files class NTUPMergeExecutor(scriptExecutor): -- GitLab