fix(ci): fix error messages being displayed as warnings
Description
Because of a regression, error messages were displayed as warnings. This is now fixed and error messages are now well displayed as errors.
Closes #62 (closed)
How to test it?
Launch sheldon, and check whether common.warn
calls print * [Warning] some text *
and common.error
calls print *** [ERROR] some text ***
.