self.error doesn't exit

This commit is contained in:
Mathieu Virbel 2012-12-24 00:28:24 +01:00
parent b732490b2c
commit cd439458c5

View file

@ -317,6 +317,7 @@ class TargetAndroid(Target):
'Cannot package the app cause of the missing'
' requirements in python-for-android: {0}'.format(
missing_requirements))
exit(1)
need_compile = 0
if last_requirements != android_requirements: