From: Leonardo Sandoval Date: Fri, 26 May 2017 20:37:49 +0000 (-0500) Subject: oeqa/core/case: fix typo on comment about exception name X-Git-Tag: uninative-1.7~700 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=943a2a30e84660b412df4f1d60fb7e2e46764c50;p=openembedded-core.git oeqa/core/case: fix typo on comment about exception name Signed-off-by: Leonardo Sandoval Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/core/case.py b/meta/lib/oeqa/core/case.py index d2dbf20f9e..917a2aa3f8 100644 --- a/meta/lib/oeqa/core/case.py +++ b/meta/lib/oeqa/core/case.py @@ -23,7 +23,7 @@ class OETestCase(unittest.TestCase): # td_vars has the variables needed by a test class # or test case instance, if some var isn't into td a - # OEMissingVariable exception is raised + # OEQAMissingVariable exception is raised td_vars = None @classmethod