#394 Poller error
Closed: Fixed Opened by ralph.

I saw this in the logs:

Checking status of task_id "18155217"
  task 18155217 is in state 18155217
Checking status of task_id "18155218"
  task 18155218 is in state 18155218

That's... clearly not right.


That's simple logging error:

We have:
log.info(' task {0!r} is in state {0!r}'.format(
It should be:
log.info(' task {0!r} is in state {1!r}'.format(

Metadata Update from @jkaluza:
- Issue assigned to jkaluza

Fixed in PR#395.

Metadata Update from @jkaluza:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

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

Please continue any further discussion there.

Metadata