summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vrec.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/Vrec.py')
-rwxr-xr-xDemo/sgi/video/Vrec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vrec.py b/Demo/sgi/video/Vrec.py
index 5f6cf6e..867c404 100755
--- a/Demo/sgi/video/Vrec.py
+++ b/Demo/sgi/video/Vrec.py
@@ -183,7 +183,7 @@ def record(v, info, filename, audiofilename):
while not gl.qtest():
try:
cd, id = v.GetCaptureData()
- except RuntimeError:
+ except sv.error:
time.millisleep(10) # XXX is this necessary?
continue
id = id + 2*rate