diff --git a/changewithin.py b/changewithin.py index eb0403e..48c1bd2 100644 --- a/changewithin.py +++ b/changewithin.py @@ -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