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: lucaceresoli/bug-15201-perf-libtraceevent-missing~21271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943a2a30e84660b412df4f1d60fb7e2e46764c50;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d2dbf20f9ee..917a2aa3f8d 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