File tree 4 files changed +4
-4
lines changed
pythonforandroid/bootstraps
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def select(fn):
180
180
if select (x )]
181
181
182
182
# create tar.gz of thoses files
183
- tf = tarfile .open (tfn , 'w:gz' , format = tarfile .USTAR_FORMAT )
183
+ tf = tarfile .open (tfn , 'w:gz' , format = tarfile .GNU_FORMAT )
184
184
dirs = []
185
185
for fn , afn in files :
186
186
# print('%s: %s' % (tfn, fn))
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ def select(fn):
178
178
if select (x )]
179
179
180
180
# create tar.gz of thoses files
181
- tf = tarfile .open (tfn , 'w:gz' , format = tarfile .USTAR_FORMAT )
181
+ tf = tarfile .open (tfn , 'w:gz' , format = tarfile .GNU_FORMAT )
182
182
dirs = []
183
183
for fn , afn in files :
184
184
# print('%s: %s' % (tfn, fn))
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def select(fn):
175
175
if select (x )]
176
176
177
177
# create tar.gz of thoses files
178
- tf = tarfile .open (tfn , 'w:gz' , format = tarfile .USTAR_FORMAT )
178
+ tf = tarfile .open (tfn , 'w:gz' , format = tarfile .GNU_FORMAT )
179
179
dirs = []
180
180
for fn , afn in files :
181
181
# print('%s: %s' % (tfn, fn))
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def select(fn):
174
174
if select (x )]
175
175
176
176
# create tar.gz of thoses files
177
- tf = tarfile .open (tfn , 'w:gz' , format = tarfile .USTAR_FORMAT )
177
+ tf = tarfile .open (tfn , 'w:gz' , format = tarfile .GNU_FORMAT )
178
178
dirs = []
179
179
for fn , afn in files :
180
180
# print('%s: %s' % (tfn, fn))
You can’t perform that action at this time.
0 commit comments