adopt missing changes while cherry-picking from mlz
Change-Id: Icda4d581e8f0ebd22fc22f2661965bf98a821a34
This commit is contained in:
@ -28,6 +28,9 @@ from .test_config import direc # pylint: disable=unused-import
|
||||
|
||||
|
||||
class LoggerStub:
|
||||
def __init__(self):
|
||||
self.parent = self
|
||||
|
||||
def debug(self, fmt, *args):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user