Skip to content

Commit

Permalink
Don't overwrite the pass-by-ref params
Browse files Browse the repository at this point in the history
  • Loading branch information
sshirokov committed Feb 20, 2013
1 parent db8a409 commit 95e2345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S3/FileLists.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' : '-',
Expand Down

0 comments on commit 95e2345

Please sign in to comment.