We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
format()
1 parent 315fa8d commit ba280fbCopy full SHA for ba280fb
pythonforandroid/recipe.py
@@ -548,8 +548,8 @@ def clean_build(self, arch=None):
548
if exists(base_dir):
549
dirs.append(base_dir)
550
if not dirs:
551
- warning(('Attempted to clean build for {} but found no existing '
552
- 'build dirs').format(self.name))
+ warning('Attempted to clean build for {} but found no existing '
+ 'build dirs'.format(self.name))
553
554
for directory in dirs:
555
if exists(directory):
0 commit comments