mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Minor change.
parent
a4423e45f8
commit
1f4bda7976
|
|
@ -22,7 +22,8 @@ import logging
|
|||
try:
|
||||
import rasterio
|
||||
_rasterio_loaded = True
|
||||
except:
|
||||
except Exception as e:
|
||||
print("Module 'rasterio' is not available")
|
||||
_rasterio_loaded = False
|
||||
|
||||
from numpy import sqrt
|
||||
|
|
|
|||
Loading…
Reference in New Issue