Fixed faulty apply call

This commit is contained in:
Jack Jansen 1994-06-07 14:44:02 +00:00
parent abe173a225
commit 26c86abb4b
1 changed files with 1 additions and 1 deletions

View File

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