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

Commit 49034ba

Browse files
committed
remove critical message about different core in stepchain conversion
1 parent f1788bd commit 49034ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unified/rejector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def rejector(url, specific, options=None):
210210
tmem = schema[sname].pop('Memory')
211211
if mcore and tmcore != mcore:
212212
wfi.sendLog('rejector','the conversion to stepchain encoutered different value of Multicore %d != %d'%( tmcore, mcore))
213-
sendLog('rejector','the conversion of %s to stepchain encoutered different value of Multicore %d != %d'%( wfo.name, tmcore, mcore), level='critical')
213+
sendLog('rejector','the conversion of %s to stepchain encoutered different value of Multicore %d != %d'%( wfo.name, tmcore, mcore))
214214
mcore = max(mcore, tmcore)
215215
mem = max(mem, tmem)
216216
schema[sname]['StepName'] = schema[sname].pop('TaskName')

0 commit comments

Comments
 (0)