mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +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