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