mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
The 'is' keyword tests for object identity, returning True if the variables are both referencing the same object. Changed the test to use the equality operator, which compares the values of the objects. Signed-off-by: Joshua Lock <josh@linux.intel.com>