Flake8 change
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user