if call['retcode'] != 0:
            comment = ''
            if call['stderr']:
                comment += call['stderr']
            else: