From 7910d442e3a5b76623edc1ed22f7616ac18326fb Mon Sep 17 00:00:00 2001 From: "V. Armando Sole" Date: Mon, 28 Oct 2024 14:29:09 +0100 Subject: [PATCH] Restore previous logic --- src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py b/src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py index 869573ff2..3a051ebce 100644 --- a/src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py +++ b/src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py @@ -291,8 +291,8 @@ def children(self): pass else: finalListIsTrue = False - else: - finalListIsTrue = False + else: + finalListIsTrue = False if finalListIsTrue and not isinstance(finalList[i][1], str): finalList[i][1]._posixPath = posixpath.join(self.name, finalList[i][0])