Skip to content

Commit ccf5227

Browse files
committed
style: Apply fixes for check-vcs-permalinks hook
1 parent 550c9a6 commit ccf5227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imagery/i.eodag/i.eodag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def get_aoi(vector=None):
334334
)
335335
# TODO: Might need to check for number of coordinates
336336
# Make sure it won't cause problems like in:
337-
# https://github.com/OSGeo/grass-addons/blob/grass8/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py#L273
337+
# https://github.com/OSGeo/grass-addons/blob/8eb244b8f229d668ed5306ed9f18f3b0b08c1e45/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py#L273
338338
feature_type = geom[: geom.find("(")]
339339
coords = geom.replace(feature_type + "((", "").replace("))", "").split(", ")
340340
projected_geom = feature_type + "(("

0 commit comments

Comments
 (0)