check_dependencies() now uses sys.exit() instead of exit()
This commit is contained in:
parent
831a1a17dc
commit
2d9cc21dda
@ -2,6 +2,7 @@ from functools import wraps
|
|||||||
from tempfile import mkdtemp
|
from tempfile import mkdtemp
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
from subprocess import check_output, CalledProcessError
|
from subprocess import check_output, CalledProcessError
|
||||||
|
from sys import exit
|
||||||
|
|
||||||
|
|
||||||
VERBOSE = True
|
VERBOSE = True
|
||||||
|
Loading…
Reference in New Issue
Block a user