now giving just a 'Remark' when h5py is not found
This commit is contained in:
parent
92a67e1a9d
commit
32f9e7f9d8
|
@ -7,8 +7,8 @@ import sys
|
|||
|
||||
try:
|
||||
import h5py
|
||||
except:
|
||||
sys.stderr.write('Could not import h5py.\n')
|
||||
except (ImportError) as e:
|
||||
sys.stderr.write('\nREMARK: h5py module not available \n\n')
|
||||
|
||||
class Result():
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue