Commit 48cb32af authored by Eric Duminil's avatar Eric Duminil
Browse files

Clearer warning

parent e82b1935
...@@ -17,7 +17,7 @@ def get_existing_forest(shp_input): ...@@ -17,7 +17,7 @@ def get_existing_forest(shp_input):
source=Path(shp_input).name source=Path(shp_input).name
) )
if not added: if not added:
print(f"Warning, tree seems to be too close to others! Is it a duplicate?\n\t{tree_row}") print(f"WARNING! tree seems to be too close to others! Is it a duplicate?\n\t{tree_row}")
return forest return forest
if __name__ == "__main__": if __name__ == "__main__":
......
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