Fixed AttributeError: 'MockConnection' object has no attribute 'getEventHandle'
[YOCTO #9585] Signed-off-by: Ed Bartosh <[email protected]> --- bitbake/bin/toaster-eventreplay | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay index bdddb90..14f4f00 100755 --- a/bitbake/bin/toaster-eventreplay +++ b/bitbake/bin/toaster-eventreplay @@ -86,6 +86,8 @@ class FileReadEventsServerConnection(): """ do not do anything """ pass + def getEventHandle(self): + pass class EventReader(): -- 2.1.4 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
