Skip to content

Commit

Permalink
Render format string argument on BuildInterruptingException
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Jan 12, 2019
1 parent 6710378 commit 88d46c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/archs.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_env(self, with_flags_in_cc=True, clang=False):
'Couldn\'t find executable for CC. This indicates a '
'problem locating the {} executable in the Android '
'NDK, not that you don\'t have a normal compiler '
'installed. Exiting.')
'installed. Exiting.'.format(exe))

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

0 comments on commit 88d46c3

Please sign in to comment.