mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Oops, had msg instead of response in the verbose printing.
This commit is contained in:
parent
5564e43239
commit
adfb3e4035
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user