tools/bisector: Fix ruamel usage of DEFAULT_MAPPING_TAG
FIX
Recent versions of ruamel.yaml changed DEFAULT_MAPPING_TAG from a string to a new non-hashable object. Ensure we use the tag name to avoid any exception.
FIX
Recent versions of ruamel.yaml changed DEFAULT_MAPPING_TAG from a string to a new non-hashable object. Ensure we use the tag name to avoid any exception.