Commit 04e1abf4 authored by Eric Duminil's avatar Eric Duminil
Browse files

More log

parent 76a8c8b2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -186,7 +186,7 @@ def extract_region(output_dir: Path, location_name: str, wkt_str: str, simstadt_
if result.stderr:
logger.error("%s", result.stderr)
raise ValueError(f"RegionChooser failed with code {result.returncode}")
logger.info(" DONE!")
logger.info(f" {output_file} has been written!")
return output_file
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment