8000 Removed debug exit(1) · s3coderz/python-for-android@27a5183 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27a5183

Browse files
committed
Removed debug exit(1)
1 parent a1d64cf commit 27a5183

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pythonforandroid/toolchain.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -660,12 +660,6 @@ def prepare_build_environment(self, user_sdk_dir, user_ndk_dir,
660660
if ndk_ver is None:
661661
warning('Android NDK version could not be found, exiting.')
662662

663-
exit(1)
664-
665-
666-
667-
668-
669663
self.ndk_platform = join(
670664
self.ndk_dir,
671665
'platforms',

0 commit comments

Comments
 (0)
0