Kaydet (Commit) 26c86abb authored tarafından Jack Jansen's avatar Jack Jansen

Fixed faulty apply call

üst abe173a2
......@@ -178,7 +178,7 @@ class VCR:
return
if self.testready():
if self.cb:
apply(self.cb, self.cb_arg)
apply(self.cb, (self.cb_arg,))
def _cmd(self, cmd):
if DEBUG:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment