Skip to content

Commit 82ac137

Browse files
committed
Added missing space
1 parent f0265e0 commit 82ac137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ def clean_build(self, arch=None):
18081808
if exists(dir):
18091809
shutil.rmtree(dir)
18101810
else:
1811-
warning(('Attempted to clean build for {} but build'
1811+
warning(('Attempted to clean build for {} but build '
18121812
'did not exist').format(self.name))
18131813

18141814

0 commit comments

Comments
 (0)