From 32966a30afba26488d4e41dd2d7e71dfdd42e8c9 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Mon, 17 Dec 2007 19:13:05 +0000 Subject: [PATCH] fixed a typo with equo conf update git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@900 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/confTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/confTools.py b/client/confTools.py index 420e63a33..16afb643e 100644 --- a/client/confTools.py +++ b/client/confTools.py @@ -172,7 +172,7 @@ def update(): print_info(darkred("Replacing ")+darkgreen(etpConst['systemroot']+scandata[cmd]['destination'])+darkred(" with ")+darkgreen(etpConst['systemroot']+scandata[cmd]['source'])) # old file backup - if etpConst['filesbackup'] and os.path.isfile(etpConst['systemroot']+scandata[key]['destination']): + if etpConst['filesbackup'] and os.path.isfile(etpConst['systemroot']+scandata[cmd]['destination']): bcount = 0 backupfile = etpConst['systemroot']+scandata[cmd]['destination']+".equo_backup."+unicode(bcount) while os.path.lexists(backupfile):