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
2 merge requests!64409Draft: Debug stream recovery, Fix for addition of HLT_rejected_events histogram,!64216Debug Stream recovery, addition of HLT_rejected_events histogram
......@@ -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