Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error reporting of runner #505

Merged
merged 1 commit into from
May 6, 2024

Commits on Mar 29, 2024

  1. fix error reporting of runner

    When an error is reported, container.logs() returns an iterator over
    lines of bytes. The decode() function should apply to each line, not to
    the iterator, otherwise we get no logs, but an error message saying
    there is no decode() function in the iterator.
    
    This change follows the same pattern as stream_logs() in the same file.
    tureba committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ceb8a3e View commit details
    Browse the repository at this point in the history