summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/director_detect_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/director_detect_runme.py')
-rw-r--r--Examples/test-suite/python/director_detect_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/director_detect_runme.py b/Examples/test-suite/python/director_detect_runme.py
index 345051982..b9c73eb45 100644
--- a/Examples/test-suite/python/director_detect_runme.py
+++ b/Examples/test-suite/python/director_detect_runme.py
@@ -35,4 +35,4 @@ c = b.clone()
vc = c.get_value()
if (v != 3) or (b.val != 5) or (vc != 6):
- raise RuntimeError, "Bad virtual detection"
+ raise RuntimeError("Bad virtual detection")