public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Repair minor exception text formatting in kvm.py.
@ 2011-06-13 11:17 Jiří Župka
  2011-06-14  0:31 ` Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 2+ messages in thread
From: Jiří Župka @ 2011-06-13 11:17 UTC (permalink / raw)
  To: kvm-autotest, kvm, autotest, lmr

Signed-off-by: Jiří Župka <jzupka@redhat.com>
---
 client/tests/kvm/kvm.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py
index bb17f28..84c361e 100644
--- a/client/tests/kvm/kvm.py
+++ b/client/tests/kvm/kvm.py
@@ -71,7 +71,8 @@ class kvm(test.test):
                     if subtest_dir is None:
                         raise error.TestError("Could not find test file %s.py "
                                               "on either %s or %s directory" %
-                                              subtest_dir_kvm, subtest_dir_virt)
+                                              (t_type, subtest_dir_kvm,
+                                              subtest_dir_virt))
                     # Load the test module
                     f, p, d = imp.find_module(t_type, [subtest_dir])
                     test_module = imp.load_module(t_type, f, p, d)
-- 
1.7.4.4

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-14  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 11:17 [PATCH] Repair minor exception text formatting in kvm.py Jiří Župka
2011-06-14  0:31 ` Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox