summaryrefslogtreecommitdiffstats
path: root/layman
diff options
context:
space:
mode:
authordol-sen <brian.dolbec@gmail.com>2011-08-06 23:38:01 -0700
committerdol-sen <brian.dolbec@gmail.com>2011-08-06 23:38:01 -0700
commite76952c1e6817c0bec94665a6307a06507a0e029 (patch)
tree42d763d9be8ac6321ad005816026d683c91d6182 /layman
parent4a856960773b513a6dd821b4dac2c5aa87ccc929 (diff)
downloadlayman-e76952c1e6817c0bec94665a6307a06507a0e029.tar.gz
layman-e76952c1e6817c0bec94665a6307a06507a0e029.tar.bz2
layman-e76952c1e6817c0bec94665a6307a06507a0e029.zip
fix typo causing traceback in bug 377401 comment # 31
Diffstat (limited to 'layman')
-rwxr-xr-xlayman/api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/layman/api.py b/layman/api.py
index a5045aa..c04dfe6 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -353,7 +353,8 @@ class LaymanAPI(object):
'%(candidates)s\n'
'\n'
'as correct location%(plural)s.\n'
- 'Please consider removing and re-adding the overlay.' , {
+ 'Please consider removing and re-adding the overlay.' %
+ {
'repo_name':ovl,
'current_src':current_src,
'candidates':candidates,