Skip to content
Snippets Groups Projects
Commit 8e70c59f authored by Simon Dreutter's avatar Simon Dreutter
Browse files

tiny pathlib.Path related bugfix

parent c8a5b885
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ def create_basemap(name, grid, hillshade, color_palette, epsg, output):
# cleanup
cleanup(TMP_SHADED)
cleanup(f'{TMP_SHADED}.aux.xml')
cleanup(Path(f'{TMP_SHADED}.aux.xml'))
# create internal pyramid layers
msg = f'Creating pyramids for {name}...'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment