#86 Stop execution of python script?
import sys
sys.exit("Error message")
from sys import exit exit(0) # Successful exit
Last Updated on 2020-07-28 by gantovnik
Jul 28, 2020 | python | 0 comments
#86 Stop execution of python script?
import sys
sys.exit("Error message")
from sys import exit exit(0) # Successful exit
Last Updated on 2020-07-28 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments