try:
do something to object in list
except Exception:
passDoes the code just skip the bad object and continue with the other objects in the list, or does it stop?
Thanks -- http://mail.python.org/mailman/listinfo/python-list
try:
do something to object in list
except Exception:
passThanks -- http://mail.python.org/mailman/listinfo/python-list