PalmBeachPost / postgeo

Geocode CSVs and jitter overlapping points
MIT License
23 stars 3 forks source link

Add check for pre-existing output file and add small fix for misnamed variable #9

Closed michealbeatty closed 8 years ago

michealbeatty commented 8 years ago

Added a check to determine if the output file already exists and if so, to prompt user if it's ok to overwrite.

Also found a bug in cellspacer.py while testing this fix, value had been renamed to indexvalue but the standard output string still contained the old variable name. This bug only appeared when in verbose mode. Fixed this as well.