Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
BERNARD Jeremy committed Jul 5, 2024
1 parent 9ed09f5 commit 94925de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def filterLinkedShapeFiles(def location, float distance, LinkedHashMap inputTabl
return true

} else {
throw new Exception("Cannot find any commune with the insee code : $location")
throw new Exception("Cannot find any commune for the following bbox or insee code : $location")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class WorkflowDebugTest {
@Test
void testIntegrationFolderInput() {
def input_data = "/home/bernardj/Data/BDT/V3/BDTOPO_3-3_TOUSTHEMES_SHP_LAMB93_R11_2024-03-15"
def locations = [[6961277.075588564, 653602.1968784243, 6962277.075588564, 654602.1968784243],
def locations = [
[6864452.136340265, 651978.2850116278, 6865452.136340265, 652978.2850116278]]
String directory = "/tmp/bdtopo3"
File dirFile = new File(directory)
Expand Down

0 comments on commit 94925de

Please sign in to comment.