Skip to content

Commit

Permalink
Fixed faulty apply call
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jun 7, 1994
1 parent abe173a commit 26c86ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/sgi/video/VCR.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def poll(self):
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:
Expand Down

0 comments on commit 26c86ab

Please sign in to comment.