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
This commit is part of merge request !64216. Comments created here will be created in the context of that merge request.
...@@ -279,5 +279,4 @@ def getHltDecision(rejected, outputFile): ...@@ -279,5 +279,4 @@ def getHltDecision(rejected, outputFile):
# Close output TFile # Close output TFile
hfile.Write("HLT_rejected_events",TFile.kOverwrite) hfile.Write("HLT_rejected_events",TFile.kOverwrite)
hfile.Close() hfile.Close()
return msg.info("Added HLT_rejeceted_events to %s", outputFile)
...@@ -337,7 +337,6 @@ class trigRecoExecutor(athenaExecutor): ...@@ -337,7 +337,6 @@ class trigRecoExecutor(athenaExecutor):
raise trfExceptions.TransformExecutionException(trfExit.nameToCode('TRF_OUTPUT_FILE_ERROR'), raise trfExceptions.TransformExecutionException(trfExit.nameToCode('TRF_OUTPUT_FILE_ERROR'),
'Exception raised when merging log files into {0}: {1}'.format(self._logFileName, e)) 'Exception raised when merging log files into {0}: {1}'.format(self._logFileName, e))
msg.info("Check for expert-monitoring.root file") msg.info("Check for expert-monitoring.root file")
# the BS-BS step generates the files: # the BS-BS step generates the files:
# - expert-monitoring.root (from mother process) # - 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