From e76952c1e6817c0bec94665a6307a06507a0e029 Mon Sep 17 00:00:00 2001 From: dol-sen Date: Sat, 6 Aug 2011 23:38:01 -0700 Subject: fix typo causing traceback in bug 377401 comment # 31 --- layman/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layman') 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, -- cgit v1.2.3-1-g7c22