Skip to content

Commit 715be33

Browse files
authored
Merge pull request kivy#1561 from AndreMiras/feature/argument_not_rendered_format_string
Render format string argument on BuildInterruptingException
2 parents ba82d8a + 88d46c3 commit 715be33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/archs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_env(self, with_flags_in_cc=True, clang=False):
122122
'Couldn\'t find executable for CC. This indicates a '
123123
'problem locating the {} executable in the Android '
124124
'NDK, not that you don\'t have a normal compiler '
125-
'installed. Exiting.')
125+
'installed. Exiting.'.format(exe))
126126

127127
if with_flags_in_cc:
128128
env['CC'] = '{ccache}{exe} {cflags}'.format(

0 commit comments

Comments
 (0)