weiteres refactoring

This commit is contained in:
2025-12-04 15:12:26 +01:00
parent 0f3d39e7ba
commit f8b8b0dd15
5 changed files with 612 additions and 660 deletions
-1
View File
@@ -48,7 +48,6 @@ def create_block_library(input_dir, output_file, config, logger=None):
if not filename.lower().endswith(".dxf"):
continue
filepath = os.path.join(input_dir, filename)
name = os.path.splitext(filename)[0]