]
Shlomo Ben David reassigned OVIRT-797:
--------------------------------------
Assignee: Shlomo Ben David (was: infra)
[gerrit hooks] update tracker failed to update bugs
---------------------------------------------------
Key: OVIRT-797
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-797
Project: oVirt - virtualization made easy
Issue Type: Bug
Reporter: Shlomo Ben David
Assignee: Shlomo Ben David
Priority: High
bool(x) 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.