Bugix im Zusammenhang mit positions.json
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user