Bugfix. exit ist eine funktion

This commit is contained in:
2025-05-07 17:50:16 +02:00
parent 1a0f02dea9
commit 0ec8955a0b
+2 -2
View File
@@ -88,10 +88,10 @@ if __name__ == '__main__':
if not os.path.exists(jpath):
print("file %s does not exit", jpath)
exit
exit()
if not os.path.exists(dxf_path):
print("file %s does not exit", dxf_path)
exit
exit()
basename = os.path.splitext(dxf_path)[0]
timestamp = datetime.now().strftime(basename+"_%Y%m%d-%H%M%S.dxf")