changeset 18:9d015d756c0f

fixed sources-replace
author Goffi <goffi@goffi.org>
date Tue, 28 Sep 2010 16:10:34 +0800
parents 132042c7abb2
children 7eb698246bec
files gcp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gcp	Tue Sep 28 16:07:45 2010 +0800
+++ b/gcp	Tue Sep 28 16:10:34 2010 +0800
@@ -422,7 +422,7 @@
         @param args: args parsed from command line"""
         if options.sources_save or options.sources_load\
            or options.sources_list or options.sources_full_list\
-           or options.sources_del:
+           or options.sources_del or options.sources_replace:
             try:
                 with open(os.path.expanduser(const_SAVED_LIST),'r') as saved_fd:
                     saved_files = pickle.load(saved_fd)