diff --git a/scripts/modules/rna_info.py b/scripts/modules/rna_info.py index 65d906df6c7..7aac9bf3a72 100644 --- a/scripts/modules/rna_info.py +++ b/scripts/modules/rna_info.py @@ -395,6 +395,8 @@ class InfoPropertyRNA: type_str = "" if self.fixed_type is None: type_str += self.type + if self.type == "string" and self.subtype == "BYTE_STRING": + type_str = "byte string" if self.array_length: if self.array_dimensions[1] != 0: dimension_str = " of {:s} items".format(