Bugix im Zusammenhang mit positions.json

This commit is contained in:
2025-06-12 11:28:36 +02:00
parent 2657117c24
commit b950573b93
-7
View File
@@ -539,13 +539,6 @@ if __name__ == '__main__':
parser.print_help() parser.print_help()
exit() 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) plines = model_from_json(json_path)
# Allgemeine Config laden # Allgemeine Config laden