summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index bf1f70a10..33e21f6f3 100755
--- a/gui.py
+++ b/gui.py
@@ -399,7 +399,7 @@ def findGladeFile(file):
fn = dir + file
if os.access(fn, os.R_OK):
return fn
- raise RuntimeError, "Unable to find glade file %s" %(fn,)
+ raise RuntimeError, "Unable to find glade file %s" % file
def getGladeWidget(file, rootwidget, i18ndomain="anaconda"):
f = findGladeFile(file)