We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05314d commit 7b45a09Copy full SHA for 7b45a09
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