Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

skip error python

try:
  #line that could cause an error
except:
  pass  
#continue running code from here without stopping on the error
 
PREVIOUS NEXT
Tagged: #skip #error #python
ADD COMMENT
Topic
Name
9+2 =