[gerrit hooks] update tracker failed to update bugs

Description

bool function isn't converts 'True' | 'False' strings into bool (True | False) values,
it only returns True if the passed value is True, False otherwise.
I've replaced it with ast.literal_eval() function that converts and returns the required bool values.

Activity

Show:

Former user October 30, 2016 at 7:15 PM

patch #65876 is ready.

current status: waiting for CR

Fixed

Details

Assignee

Reporter

Priority

Created October 30, 2016 at 7:04 PM
Updated November 29, 2016 at 12:18 PM
Resolved November 6, 2016 at 3:15 PM