Skip to content

Commit

Permalink
fix invalid starting character
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Dec 4, 2023
1 parent aeb278f commit caefb58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deafrica_conflux/cli/rasterise_polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
default="WB_ID",
help="Unique key id in polygons vector file. Must contain either integers or floats.",
)
@click.option("output-directory", type=str, help="Directory to write the tiled polygons rasters to.")
@click.option(
"--output-directory", type=str, help="Directory to write the tiled polygons rasters to."
)
@click.option(
"--overwrite/--no-overwrite",
default=True,
Expand Down

0 comments on commit caefb58

Please sign in to comment.