summaryrefslogtreecommitdiffstats
path: root/videocard.py
diff options
context:
space:
mode:
Diffstat (limited to 'videocard.py')
-rw-r--r--videocard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocard.py b/videocard.py
index 2aca94f84..0ca6c6106 100644
--- a/videocard.py
+++ b/videocard.py
@@ -35,7 +35,7 @@ def Video_cardsDBLookup(thecard):
count = count + 1
if count >= 16:
- raise RunTimeError, "Could not find card ",origcard
+ raise RuntimeError, "Could not find card %s" % (origcard,)
return card