I wanted to find out if its possible to execute a tool and if the tool has a problem processing a particular feature within a feature class will through an exception, report the feature that it has a problem with, but at least will move to the next feature within the feature class and continue processing.
try: # place your code here for looping through each feature except Exception, e: print "feature error: %s" % e sys.exc_clear()
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.