summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VCR.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/VCR.py')
-rwxr-xr-xDemo/sgi/video/VCR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py
index 0e2edc6..535a7da 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: