Skip to content
Snippets Groups Projects
Commit 3f6afc1f authored by payno's avatar payno
Browse files

black format

parent 1c31d57b
No related branches found
No related tags found
No related merge requests found
......@@ -295,10 +295,16 @@ class FolderTransfert(SingleProcess):
patterns = ["*.par", "*.cfg", "*.rec", "nabu_cfg_files"]
# manage .par, .cfg and .rec files if any
patterns += ["*slice*", ]
patterns += [
"*slice*",
]
# manage *slice*.hdf5 and *slice*.edf files (reconstructed slice)
patterns += ["*tomwer_processes.h5", "*nabu_processes.hdf5",
"saaxis_results", "sadeltabeta_results"]
patterns += [
"*tomwer_processes.h5",
"*nabu_processes.hdf5",
"saaxis_results",
"sadeltabeta_results",
]
# files storing processes steps
def match_pattern(file_name):
......
......@@ -213,7 +213,9 @@ def get_recons_urls(
output_file_names = []
if slice_index is None and start_z is None and end_z is None:
output_file = (
os.path.join(location, file_prefix, file_prefix) + "." + output_extension
os.path.join(location, file_prefix, file_prefix)
+ "."
+ output_extension
)
output_file_names.append(output_file)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment