summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/Vinfo.py')
-rwxr-xr-xDemo/sgi/video/Vinfo.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vinfo.py b/Demo/sgi/video/Vinfo.py
index 457aebc..341ddbf 100755
--- a/Demo/sgi/video/Vinfo.py
+++ b/Demo/sgi/video/Vinfo.py
@@ -120,4 +120,7 @@ def process(filename):
# Don't forget to call the main program
-main()
+try:
+ main()
+except KeyboardInterrupt:
+ print '[Interrupt]'