Skip to content

Commit

Permalink
Restore previous logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Oct 28, 2024
1 parent 44d1a37 commit 7910d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PyMca5/PyMcaGui/io/hdf5/HDF5Widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 7910d44

Please sign in to comment.