#29 Fix incorrect format in tools during error case
Closed: Fixed 6 years ago Opened 6 years ago 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

6 years ago

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

6 years ago

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 bca9bd2
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)

6 years ago

Login to comment on this ticket.

Metadata