Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #571 from CMSCompOps/step_core_log
Browse files Browse the repository at this point in the history
remove critical message about different core in stepchain conversion
  • Loading branch information
z4027163 authored Jul 1, 2020
2 parents 0bc288d + a4c664d commit a092883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unified/rejector.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def rejector(url, specific, options=None):
print 'the conversion of %s to stepchain encoutered different value of Multicore %d != %d' % (wfo.name, tmcore, mcore)
else:
wfi.sendLog('rejector','the conversion to stepchain encoutered different value of Multicore %d != %d'%( tmcore, mcore))
sendLog('rejector','the conversion of %s to stepchain encoutered different value of Multicore %d != %d'%( wfo.name, tmcore, mcore), level='critical')
sendLog('rejector','the conversion of %s to stepchain encoutered different value of Multicore %d != %d'%( wfo.name, tmcore, mcore))
mcore = max(mcore, tmcore)
mem = max(mem, tmem)
schema[sname]['StepName'] = schema[sname].pop('TaskName')
Expand Down

0 comments on commit a092883

Please sign in to comment.