Flake8 change
This commit is contained in:
parent
98d03c74e1
commit
5dfc2052bd
@ -200,7 +200,7 @@ def __call__(self, stage):
|
|||||||
try:
|
try:
|
||||||
tar = which('tar')
|
tar = which('tar')
|
||||||
output = tar('--exclude=*/*/*', '-tf',
|
output = tar('--exclude=*/*/*', '-tf',
|
||||||
stage.archive_file, output=str)
|
stage.archive_file, output=str)
|
||||||
except:
|
except:
|
||||||
output = ''
|
output = ''
|
||||||
lines = output.split('\n')
|
lines = output.split('\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user