Learn more about these different git repos.
Other Git URLs
line: 5763
if hasattr(hub_opts, 'optional_arches'): hub_opts['optional_arches'] = hub_opts['optional_arches'].split(',')
hub_opts is a dictionary, hasattr() does not work for checking key existence.
PR #743
Metadata Update from @tkopecek: - Issue set to the milestone: 1.16
Commit 3c8d5ee fixes this issue
Commit fce85a6 fixes this issue
Login to comment on this ticket.