Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Apr 8, 2024
1 parent 4b535b7 commit 7cd55d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyMca5/PyMcaCore/NexusDataSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def refresh(self):
except TypeError:
try:
phynxInstance = h5open(name)
print(phynxInstance)
except IOError:
if 'FAMILY DRIVER' in sys.exc_info()[1].args[0].upper():
FAMILY = True
Expand Down

0 comments on commit 7cd55d3

Please sign in to comment.