now giving just a 'Remark' when h5py is not found

This commit is contained in:
Martin Diehl 2015-04-01 14:43:34 +00:00
parent 92a67e1a9d
commit 32f9e7f9d8
1 changed files with 2 additions and 2 deletions

View File

@ -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():
'''