Skip to content

Commit

Permalink
fix distdir display in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Nov 27, 2018
1 parent 01b617d commit 842ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_distributions(cls, ctx, extra_dist_dirs=[]):
else:
dist.ndk_api = None
warning(
"Distribution {distname}: (distdir) has been "
"Distribution {distname}: ({distdir}) has been "
"built with an unknown api target, ignoring it, "
"you might want to delete it".format(
distname=dist.name,
Expand Down

0 comments on commit 842ce6b

Please sign in to comment.