Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python skip error

try:
	what ever trying to do is here
except KeyError:
	continue
 
PREVIOUS NEXT
Tagged: #python #skip #error
ADD COMMENT
Topic
Name
3+5 =