Add region to summary message

This commit is contained in:
Dave North 2018-09-26 09:16:58 -04:00
parent b6f22f58f8
commit fe139f13a5

View File

@ -79,7 +79,7 @@ def main(argv):
else:
print("DRYRUN,no deletion took place")
print "Complete. Removed " + str(groups_removed_count) + " orphaned target groups with prefix " + prefix
print "Complete. Removed " + str(groups_removed_count) + " orphaned target groups with prefix " + prefix + " in " + str(args.region)
if __name__ == "__main__":
main(sys.argv[1:])