We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ab3f0 commit 8e975ddCopy full SHA for 8e975dd
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -167,6 +167,8 @@ def clean(tinfo):
167
continue
168
if fn.endswith('.py') and byte_compile_python:
169
fn = compile_py_file(fn, optimize_python=optimize_python)
170
+ if fn is None:
171
+ continue
172
files.append((fn, relpath(realpath(fn), sd)))
173
files.sort() # deterministic
174
0 commit comments