Python: How to ignore an exception and proceed? [duplicate]

except Exception:
    pass

Python docs for the pass statement

Leave a Comment