change exit code

This commit is contained in:
Jonathan Baecker 2020-09-10 15:49:26 +02:00
parent 7b13e13d92
commit b36066edc8

View File

@ -459,7 +459,7 @@ def is_in_system(name):
"""
if which(name) is None:
messenger.error('{} is not found on system'.format(name))
exit()
sys.exit(1)
def ffmpeg_libs():