Skip to content

Commit

Permalink
Undo preemptive ODC code move change
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Mar 18, 2020
1 parent a10a68f commit 35fab78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fc/fc_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def run(index,
if "Error 104" in err:
_LOG.info("Processing completed and shutdown was initiated. Exception: %s", str(err))
else:
_LOG.info("Exception during processing: %s", str(err))
_LOG.info("Exception during processing: %s", err)
finally:
runner.stop()
return 0
Expand Down
2 changes: 1 addition & 1 deletion fc/fractional_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dask_array_type = ()

from datacube import Datacube
from datacube.utils.masking import valid_data_mask
from datacube.storage.masking import valid_data_mask
from datacube.utils import iter_slices

from . import endmembers
Expand Down

0 comments on commit 35fab78

Please sign in to comment.