Skip to content

Commit

Permalink
The import error was causing travis-CI to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisGabrielUSGS committed Apr 16, 2021
1 parent 0dab513 commit 429e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plio/io/io_gdal.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
try:
from osgeo import gdal
except:
raise ImportError('No module name gdal in plio or osgeo.')
print('No module name gdal in plio or osgeo.')

NP2GDAL_CONVERSION = {
"byte": 1,
Expand Down

0 comments on commit 429e307

Please sign in to comment.