Skip to content
Snippets Groups Projects
Commit 1a889636 authored by Jennifer Rachel Curran's avatar Jennifer Rachel Curran
Browse files

Added return statement back in

parent 9711ed4e
No related branches found
No related tags found
No related merge requests found
Pipeline #5863666 passed
......@@ -279,5 +279,4 @@ def getHltDecision(rejected, outputFile):
# Close output TFile
hfile.Write("HLT_rejected_events",TFile.kOverwrite)
hfile.Close()
return msg.info("Added HLT_rejeceted_events to %s", outputFile)
......@@ -337,7 +337,6 @@ class trigRecoExecutor(athenaExecutor):
raise trfExceptions.TransformExecutionException(trfExit.nameToCode('TRF_OUTPUT_FILE_ERROR'),
'Exception raised when merging log files into {0}: {1}'.format(self._logFileName, e))
msg.info("Check for expert-monitoring.root file")
# the BS-BS step generates the files:
# - expert-monitoring.root (from mother process)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment