You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I’ve got nesting message in my proto file, it always generates wrong class name (wrong at lower case & upper case transforming). This bothers me a lot. Could someone please help me with this?
here’s my pb-msg:
message DBRemind {
message db_character_remind{
string system = 1;
uint32 value = 2;
}
repeated db_character_remind data = 1;
}
While I’ve got nesting message in my proto file, it always generates wrong class name (wrong at lower case & upper case transforming). This bothers me a lot. Could someone please help me with this?
here’s my pb-msg:
and I got this py file
The text was updated successfully, but these errors were encountered: