From f24ba87c93dc90b2f7056e53edf06c79529c0d01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=B6ne=2C=20Tjark=20Leon=20Raphael?=
<tjark.leon.raphael.groene@uni-hamburg.de>
Date: Mon, 16 Jun 2025 18:11:40 +0200
Subject: [PATCH] Update file maxwell_integrate_to_h5.py
---
maxwell_integrate_to_h5.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/maxwell_integrate_to_h5.py b/maxwell_integrate_to_h5.py
index b07fa50..1665d11 100644
--- a/maxwell_integrate_to_h5.py
+++ b/maxwell_integrate_to_h5.py
@@ -129,9 +129,6 @@ def integrate_ims_in_dir(path_im, path_int, dtype_im=".tif", dtype_int=".dat"):
# Reset the pool for the next subdirectory
pool = Pool(int(NPROC))
-
- else:
- print(f"No valid filenames found in subdirectory {subdir}.")
--
GitLab