Shlomo Ben David created OVIRT-797:
--------------------------------------
Summary: [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: infra
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.
--
This message was sent by Atlassian JIRA
(v1000.482.3#100017)