Fix bug in dependency failure.
This commit is contained in:
@@ -48,6 +48,7 @@ class Dependency(object):
|
|||||||
|
|
||||||
if missing_required:
|
if missing_required:
|
||||||
Color.pl('{!} {R}required app(s) were not found, exiting.{W}')
|
Color.pl('{!} {R}required app(s) were not found, exiting.{W}')
|
||||||
|
import sys
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user