change exit code
This commit is contained in:
parent
7b13e13d92
commit
b36066edc8
@ -459,7 +459,7 @@ def is_in_system(name):
|
|||||||
"""
|
"""
|
||||||
if which(name) is None:
|
if which(name) is None:
|
||||||
messenger.error('{} is not found on system'.format(name))
|
messenger.error('{} is not found on system'.format(name))
|
||||||
exit()
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def ffmpeg_libs():
|
def ffmpeg_libs():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user