Merge remote-tracking branch 'daniel/master' into pr/wrapper-as-output

This commit is contained in:
boukeversteegh
2020-05-24 10:41:40 +02:00
64 changed files with 1092 additions and 127 deletions

View File

@@ -138,7 +138,7 @@ def get_py_zero(type_num: int) -> str:
def traverse(proto_file):
def _traverse(path, items, prefix = ''):
def _traverse(path, items, prefix=""):
for i, item in enumerate(items):
# Adjust the name since we flatten the heirarchy.
item.name = next_prefix = prefix + item.name