#1309 Fix binary output in cli in py3
Merged by mikem. Opened by mikem.
mikem/koji bytes-to-stdout  into  master

Download 1309.patch

Fixes #1308

Commands like runroot and watch-logs can put fairly arbitrary content to stdout. It is best to take the binary content straight through. For runroot in particular, this is expected.

4 new commits added

  • fix unit test for runroot cli plugin
  • drop unused import in runroot plugin
  • drop unused write_to_stdout function
  • simpler function for dumping bytes to stdout

Metadata Update from @mikem:
- Pull-request tagged with: testing-ready

:thumbsup:

1 new commit added

  • drop unused import in unit test

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

Commit ee51a835 fixes this pull-request

Pull-Request has been merged by mikem

Metadata