Skip to content

Commit 88d46c3

Browse files
committed
Render format string argument on BuildInterruptingException
1 parent 6710378 commit 88d46c3

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)