Skip to content

Commit cc50d62

Browse files
author
bob
committed
cosmetic fixed minor logging in pygame bootstrap
1 parent ce4ea62 commit cc50d62

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/pygame_bootstrap_components

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pygame_bootstrap_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def prebuild_arch(self, arch):
1414
info('Unpacking pygame bootstrap JNI dir components')
1515
with current_directory(self.get_build_container_dir(arch)):
1616
if exists('sdl'):
17-
info('sdl dir exists, so it looks like the JNI components',
17+
info('sdl dir exists, so it looks like the JNI components' +
1818
'are already unpacked. Skipping.')
1919
return
2020
for dirn in glob.glob(join(self.get_build_dir(arch),

0 commit comments

Comments
 (0)