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
@@ -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)