#724 buildNotification of wrapperRPM fails because of task["label"] is None
Closed: Fixed Opened by julian8628.

log:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/koji/daemon.py", line 1210, in runTask
    response = (handler.run(),)
  File "/usr/lib/python2.4/site-packages/koji/tasks.py", line 162, in run
    return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
  File "/usr/lib/python2.4/site-packages/koji/util.py", line 156, in call_with_argcheck
    return func(*args, **kwargs)
  File "/usr/sbin/kojid", line 4786, in handler
    output += " %s\r\n" % '/'.join([buildurl, task['build_arch'], file_])
TypeError: sequence item 1: expected string, NoneType found

PR #769

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.16

Commit d4a87c0d fixes this issue

Commit 1ad0a569 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/724

Please continue any further discussion there.

Metadata