- Anpassungen an Konfigurations- und Bibliotheksdateien vorgenommen
- logging in dxf2lib.py implementiert - Umgebungsvariablen in setenv.bat für log-Verzeichnis und Bibliothek-Pfad hinzugefügt - Bibliothek-Pfad in plant2dxf.py angepasst
This commit is contained in:
+2
-2
@@ -288,8 +288,8 @@ def main(csv_path: Path, lib_path: Path, cfg_path: Path,
|
||||
except Exception as e:
|
||||
sys.exit(f"Fehler beim Lesen der Bibliothek '{lib_path}': {e}")
|
||||
else:
|
||||
print(f"[INFO] Keine Bibliothek gefunden unter {lib_path}. "
|
||||
"Komplexe Formen werden übersprungen.")
|
||||
print(f"[INFO] Keine Bibliothek gefunden unter {lib_path}.")
|
||||
exit(1)
|
||||
|
||||
# Neue Zielzeichnung (DXF R2018)
|
||||
doc = ezdxf.new(dxfversion="R2018")
|
||||
|
||||
Reference in New Issue
Block a user