mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00: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>
This commit is contained in:
parent
e03bdef0ec
commit
198d76efb3
@ -143,7 +143,7 @@ class Package:
|
|||||||
if self.infras[0][1] == 'virtual':
|
if self.infras[0][1] == 'virtual':
|
||||||
return False
|
return False
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def set_infra(self):
|
def set_infra(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user