From 95e2345fde112e8b40660b488a723b6b364aa3da Mon Sep 17 00:00:00 2001 From: Yaroslav Shirokov Date: Wed, 20 Feb 2013 12:58:25 -0800 Subject: [PATCH] Don't overwrite the pass-by-ref params --- S3/FileLists.py | 1 - 1 file changed, 1 deletion(-) diff --git a/S3/FileLists.py b/S3/FileLists.py index 2bf7ed9fa..e40367290 100644 --- a/S3/FileLists.py +++ b/S3/FileLists.py @@ -145,7 +145,6 @@ def _get_filelist_local(loc_list, local_uri, cache): info(u"Compiling list of local files...") if deunicodise(local_uri.basename()) == "-": - loc_list = SortedDict(ignore_case = False) loc_list["-"] = { 'full_name_unicode' : '-', 'full_name' : '-',