Skip to content

Commit

Permalink
Update CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Apr 3, 2024
1 parent 7a12816 commit 301d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/SCRIPTS/test_satellites.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def check_geometry(prod: Product, geometry_str: str, tmp_dir: str) -> None:
)
geometry.to_file(geometry_path, driver="GeoJSON")

LOGGER.warning("{geometry} not equal, trying almost equal.")
LOGGER.warning(f"{geometry} not equal, trying almost equal.")
ci.assert_geom_almost_equal(geometry, geometry_path)


Expand Down

0 comments on commit 301d910

Please sign in to comment.