argghdfklg

This commit is contained in:
James Hensman 2013-11-27 14:12:54 +00:00
parent ca41173225
commit 042ebab81e

View file

@ -26,7 +26,7 @@ try:
assert hasattr(_blaslib, 'dsyr_')
except AssertionError:
_blas_available = False
except AttributeError e:
except AttributeError as e:
_blas_available = False
warnings.warn("warning: caught this exception:" + str(e))