]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed faulty apply call
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Jun 1994 14:44:02 +0000 (14:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Jun 1994 14:44:02 +0000 (14:44 +0000)
Demo/sgi/video/VCR.py

index 0e2edc63ab30f6fb93c1429c3514d6fb50fdc215..535a7da3eb8d0edbc4feaa0a728f24555468b4a1 100755 (executable)
@@ -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: