From adfb3e4035f297a6ce1f874e8cb7cb44d64c9b2d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 25 Nov 2003 11:44:56 +0000 Subject: [PATCH] Oops, had msg instead of response in the verbose printing. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index a6c0449bf..46a78643a 100755 --- a/test/test.py +++ b/test/test.py @@ -177,7 +177,7 @@ class PluginTestCase(unittest.TestCase): drivers.run() response = self.irc.takeMsg() if self.myVerbose: - print 'Response: %r' % msg + print 'Response: %r' % response return response def getMsg(self, query, timeout=None):