#3427 handle_kiwi_build: default arches as list instead of str
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago by jobrauer.

handle_kiwi_build calls kiwiBuild with arches=[] by default:
https://pagure.io/koji/blob/master/f/plugins/cli/kiwi.py#_60

in kiwiBuild:
https://pagure.io/koji/blob/master/f/plugins/hub/kiwi.py#_27

parse_arches expects a str, resulting in:
[ERROR] koji: Fault: <Fault 1: "<class 'TypeError'>: expected string or bytes-like object">


Metadata Update from @jcupova:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @jcupova:
- Issue set to the milestone: 1.29.1
- Issue tagged with: testing-ready

2 years ago

Metadata Update from @jobrauer:
- Issue tagged with: testing-done

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #3428 Merged 2 years ago