Skip to content

Commit 9887d1e

Browse files
committed
make flake8 happy
1 parent 621afbc commit 9887d1e

File tree

1 file changed

+2
-2
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+2
-2
lines changed

pythonforandroid/bootstraps/common/build/build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ def clean(tinfo):
177177
compile_dir(sd, optimize_python=optimize_python)
178178
files += [(x, relpath(realpath(x), sd)) for x in listfiles(sd)
179179
if select(x)]
180-
files.sort() # deterministic
180+
files.sort() # deterministic
181181

182182
# create tar.gz of thoses files
183-
gf = GzipFile(tfn, 'wb', mtime=0) # deterministic
183+
gf = GzipFile(tfn, 'wb', mtime=0) # deterministic
184184
tf = tarfile.open(None, 'w', gf, format=tarfile.USTAR_FORMAT)
185185
dirs = []
186186
for fn, afn in files:

0 commit comments

Comments
 (0)