From: Jack Jansen Date: Tue, 7 Jun 1994 14:44:02 +0000 (+0000) Subject: Fixed faulty apply call X-Git-Tag: v1.1~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26c86abb4b1d031770d8f8eb01850893bf0594aa;p=thirdparty%2FPython%2Fcpython.git Fixed faulty apply call --- diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py index 0e2edc63ab30..535a7da3eb8d 100755 --- a/Demo/sgi/video/VCR.py +++ b/Demo/sgi/video/VCR.py @@ -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: