# Pastebin 4aRgGmz4 FAILED: src/vulkan/runtime/vk_physical_device_features.c src/vulkan/runtime/vk_physical_device_features.h /usr/bin/python3 ../src/vulkan/util/vk_physical_device_features.py --xml ../src/vulkan/registry/vk.xml --out-c src/vulkan/runtime/vk_physical_device_features.c --out-h src/vulkan/runtime/vk_physical_devi ce_features.h Traceback (most recent call last): File "../src/vulkan/util/vk_physical_device_features.py", line 459, in main() File "../src/vulkan/util/vk_physical_device_features.py", line 435, in main pdev_features, feature_structs, all_flags = get_feature_structs_from_xml(args.xml_files) File "../src/vulkan/util/vk_physical_device_features.py", line 407, in get_feature_structs_from_xml renamed_flag = get_renamed_feature(f.c_type, flag) File "../src/vulkan/util/vk_physical_device_features.py", line 114, in get_renamed_feature return RENAMED_FEATURES.get((c_type.removeprefix('VkPhysicalDevice'), feature), feature) AttributeError: 'str' object has no attribute 'removeprefix'