Skip to content

Do not print to STDERR in generic_send if return code is zero

Created by: zlamalp

  • Printing to STDERR with return code 0 switches Tasks to the WARNING state instead of DONE. We must print to STDERR only on non-zero return code.

Merge request reports