We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5dc3 commit 1663c73Copy full SHA for 1663c73
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