try: do something to object in list except Exception: pass
Does 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: pass
Thanks -- http://mail.python.org/mailman/listinfo/python-list