Skip to content

Commit

Permalink
Merge pull request #9 from scottstanie/vrt-typo
Browse files Browse the repository at this point in the history
fix: SourceFilename misspelled in one VRT file
  • Loading branch information
scottstanie authored Aug 14, 2022
2 parents f31d9b3 + d58ce82 commit 4881e0b
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion sardem/cop_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def download_and_stitch(
logger.info(cmd)
except Exception:
# Can't form the cli version due to `deepcopy` Pickle error, just skip
logger.info("Running gdal Warp with options:")
logger.info("Running gdal.Warp with options:")
logger.info(option_dict)
pass
# Now convert to something GDAL can actually use
Expand Down
Loading

0 comments on commit 4881e0b

Please sign in to comment.