#29 Fix incorrect format in tools during error case
Closed: Fixed Opened by firstyear.

During an error case, lib389 would cause an exception due to inability to concat str and int.


Metadata Update from @firstyear:
- Custom field Review Status adjusted to review

Metadata Update from @mreynolds:
- Custom field Review Status adjusted to ack (was: review)

lgtm. But I'm curious, why don't we use the str.format() method?

For a single value, % is easier. If it was a longer and more complex replacement I would use .format :)

commit bca9bd26768fc7b72361f15eb3fb7b3800c598b0
To ssh://git@pagure.io/lib389.git
d0fbf04..bca9bd2 master -> master

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

Metadata