Oops, had msg instead of response in the verbose printing.

This commit is contained in:
Jeremy Fincher 2003-11-25 11:44:56 +00:00
parent 5564e43239
commit adfb3e4035

View File

@ -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):