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:
|
try:
|
||||||
import h5py
|
import h5py
|
||||||
except:
|
except (ImportError) as e:
|
||||||
sys.stderr.write('Could not import h5py.\n')
|
sys.stderr.write('\nREMARK: h5py module not available \n\n')
|
||||||
|
|
||||||
class Result():
|
class Result():
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue