mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
module/cgroups: fix typo in exists method
This commit is contained in:
parent
dc453ad891
commit
791edc297c
@ -102,7 +102,7 @@ class Controller(object):
|
|||||||
.format(self.kind))
|
.format(self.kind))
|
||||||
if name not in self._cgroups:
|
if name not in self._cgroups:
|
||||||
self._cgroups[name] = CGroup(self, name, create=False)
|
self._cgroups[name] = CGroup(self, name, create=False)
|
||||||
return self._cgroups[name].existe()
|
return self._cgroups[name].exists()
|
||||||
|
|
||||||
def list_all(self):
|
def list_all(self):
|
||||||
self.logger.debug('Listing groups for %s controller', self.kind)
|
self.logger.debug('Listing groups for %s controller', self.kind)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user