Skip to content
Snippets Groups Projects
Commit 201989b0 authored by Hugo CHAUVET's avatar Hugo CHAUVET :bicyclist:
Browse files

add sys.exit

parent 60bc3c5b
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import dask.bag as db
from dask.diagnostics import ProgressBar
from IPython.display import JSON
import re
import os
import sys
try:
import orjson as json
......@@ -253,7 +253,7 @@ def list_images(full_metadata: dict, roi=None):
unique_file_names[i, t, c, z] = nn
else:
print(f"No {nn} in metadata")
os.break(1)
sys.exit()
return unique_file_names
......
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "DITB"
version = "20240311rc10"
version = "20240311rc11"
readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "Hugo Chauvet", email = "hugo.chauvet@synchrotron-soleil.fr" }]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment