Skip to content

Commit

Permalink
commenting out the code that exits changewithin when no nodes fall wi…
Browse files Browse the repository at this point in the history
…thin geoJSON, since this skips sending email
  • Loading branch information
davejohn committed Feb 20, 2014
1 parent 3b06d4c commit 99819ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changewithin.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
n.clear()
root.clear()

# Exit function if nids is empty
if len(nids) == 0:
sys.exit("No nodes from day's changesets fall within"+aoi_file)
# Exit function if nids is empty, this will not send email
#if len(nids) == 0:
# sys.exit("No nodes from day's changesets fall within"+aoi_file)

# ----------------------------------------------------------------------------------------
# Find ways that contain nodes that were previously determined to fall within specified area
Expand Down

0 comments on commit 99819ef

Please sign in to comment.