Skip to content

Commit

Permalink
make it explicit that report is from successful jobs. Fix #5363 (#5364)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Dec 9, 2024
1 parent cccecfc commit c2ca6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABClient/Commands/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _getNumEvents(jobs, fileType):
## 1) First the summary that depends solely on successfully finished jobs (and
## other general information about the task, but not on failed/running jobs).
if not onlyDBSSummary:
self.logger.info("Summary from jobs in status 'finished':")
self.logger.info("Summary from successful jobs (i.e. in status 'finished'):")
msg = " Number of files processed: %d" % (numFilesProcessed)
msg += "\n Number of events read: %d" % (numEventsRead)
msg += "\n Number of events written in EDM files: %d" % (numEventsWritten.get('EDM', 0))
Expand Down

0 comments on commit c2ca6bd

Please sign in to comment.