Skip to content

Commit

Permalink
build release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Carter committed Mar 27, 2018
1 parent 8f208a9 commit cad1708
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ In the file ```/REST_ENDPOINTS.json``` you define REST API endpoints pointing to
- It'll save the data files in ```/raw```
- Then processing will commence

###### Notes

- ```/raw``` and ```REST_ENDPOINTS.json``` must be present. Deleting will fail program


=====================
###### Author - croft1 - https://github.com/croft1
1 change: 0 additions & 1 deletion REST_ENDPOINTS.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
"link": "https://data.melbourne.vic.gov.au/resource/qnjw-wgaj.geojson"
}
]

}
3 changes: 2 additions & 1 deletion src/com/croft1/ddfgmt/controller/FileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public boolean accept(File file, String name) {
}
}catch(Exception e){
e.printStackTrace();
pr.print("No " + restEndpointsFileName + " file, please add one or remove a duplicate" +
pr.print("No " + restEndpointsFileName + " file in " + System.getProperty("user.dir") +", please add one or remove a duplicate" +

" and consult the README.md for further info", ColourInterface.ANSI_RED);
}
return matchingFiles[0]; //should only be one
Expand Down

0 comments on commit cad1708

Please sign in to comment.