Lint: add missing return to CheckHarnessFeatures().run

This commit is contained in:
Rick Waldron 2017-09-08 12:41:24 -04:00
parent e3447b8200
commit f1d38f5b3d
1 changed files with 2 additions and 0 deletions

View File

@ -59,3 +59,5 @@ class CheckHarnessFeatures(Check):
return 'Missing: `features: [%s]`' % ', '.join(list(result['missing']))
else:
return 'Missing from `features`: %s' % ', '.join(list(result['missing']))
else:
return