We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40515d4 commit 609a574Copy full SHA for 609a574
1 file changed
scripts/gen-uuid-reg.py
@@ -53,6 +53,7 @@ def main():
53
all_uuids.add(uu)
54
all_syms.add(sym)
55
emit_uuid_rec(uu, sym)
56
+ print(f"Added UUID {uu} with symbol {sym}")
57
58
with open(sys.argv[2], "w") as f:
59
f.write(header)
0 commit comments