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

No commits found

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
5 years ago

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

5 years ago

1 new commit added

  • drop unused import in unit test
5 years ago

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

5 years ago

Commit ee51a83 fixes this pull-request

Pull-Request has been merged by mikem

5 years ago