We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8e17e commit fdfac6aCopy full SHA for fdfac6a
1 file changed
pythonforandroid/toolchain.py
@@ -2245,8 +2245,8 @@ def clean_builds(self, args):
2245
description="Delete all build files (but not download caches)")
2246
args = parser.parse_args(args)
2247
ctx = Context()
2248
- if exists(ctx.dist_dir):
2249
- shutil.rmtree(ctx.dist_dir)
+ # if exists(ctx.dist_dir):
+ # shutil.rmtree(ctx.dist_dir)
2250
if exists(ctx.build_dir):
2251
shutil.rmtree(ctx.build_dir)
2252
0 commit comments