mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
support/scripts/pkg-stats: fix flake8 E117 warning
Fixes:
support/scripts/pkg-stats:146:17: E117 over-indented
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 198d76efb3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9f21e32341
commit
903b4fa920
@@ -143,7 +143,7 @@ class Package:
|
||||
if self.infras[0][1] == 'virtual':
|
||||
return False
|
||||
except IndexError:
|
||||
return False
|
||||
return False
|
||||
return True
|
||||
|
||||
def set_infra(self):
|
||||
|
||||
Reference in New Issue
Block a user