We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31d9b3 + d58ce82 commit 4881e0bCopy full SHA for 4881e0b
sardem/cop_dem.py
@@ -69,7 +69,7 @@ def download_and_stitch(
69
logger.info(cmd)
70
except Exception:
71
# Can't form the cli version due to `deepcopy` Pickle error, just skip
72
- logger.info("Running gdal Warp with options:")
+ logger.info("Running gdal.Warp with options:")
73
logger.info(option_dict)
74
pass
75
# Now convert to something GDAL can actually use
0 commit comments