Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Priority
High
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)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
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.