Skip to content

Commit 54d55e8

Browse files
committed
fix distdir display in warning message
1 parent 41c307f commit 54d55e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def get_distributions(cls, ctx, extra_dist_dirs=[]):
195195
else:
196196
dist.ndk_api = None
197197
warning(
198-
"Distribution {distname}: (distdir) has been "
198+
"Distribution {distname}: ({distdir}) has been "
199199
"built with an unknown api target, ignoring it, "
200200
"you might want to delete it".format(
201201
distname=dist.name,

0 commit comments

Comments
 (0)