From b950573b93fff927616bd3d115588052174efbb8 Mon Sep 17 00:00:00 2001 From: lertlmaier Date: Thu, 12 Jun 2025 11:28:36 +0200 Subject: [PATCH] Bugix im Zusammenhang mit positions.json --- lib/drawdxf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/drawdxf.py b/lib/drawdxf.py index 727eb3a..c4151e1 100644 --- a/lib/drawdxf.py +++ b/lib/drawdxf.py @@ -538,13 +538,6 @@ if __name__ == '__main__': print(f"file {json_file} does not exist") parser.print_help() exit() - - positions_json = args.positions - (positions_path, jexists) = check_file_in_work(work_dir, positions_json) - if not jexists: - print(f"file {positions_json} does not exist") - parser.print_help() - exit() plines = model_from_json(json_path)