Flake8 change

This commit is contained in:
Adam J. Stewart 2016-06-06 15:42:30 -05:00
parent 98d03c74e1
commit 5dfc2052bd

View File

@ -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')