Avoid outputting Python files for already generated types (#8500)

This may overwrite types that have already been generated and can create
unwanted empty files. Fixes #8490
This commit is contained in:
Aaron Barany
2025-06-23 12:00:37 -07:00
committed by GitHub
parent a2916d37e7
commit dfd92124aa
8 changed files with 4 additions and 32 deletions

View File

@@ -1,5 +0,0 @@
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: OtherNameSpace
# NOTE FromInclude.py does not declare any structs or enums

View File

@@ -1,5 +0,0 @@
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: OtherNameSpace
# NOTE FromInclude.py does not declare any structs or enums

View File

@@ -1,5 +0,0 @@
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: OtherNameSpace
# NOTE TableB.py does not declare any structs or enums

View File

@@ -1,5 +0,0 @@
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: OtherNameSpace
# NOTE Unused.py does not declare any structs or enums

View File

@@ -1,5 +0,0 @@
# automatically generated by the FlatBuffers compiler, do not modify
# namespace:
# NOTE TableA.py does not declare any structs or enums

View File