Skip to content

Commit

Permalink
fixup! Implement --preserve-permissions.
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
chfoo committed Mar 2, 2015
1 parent 93dcf09 commit 7633538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpull/processor/ftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _fetch_parent_path(self, request, use_cache=True):
self._processor.listing_cache[directory_url] = \
directory_response.files

return directory_response.files
raise Return(directory_response.files)

@trollius.coroutine
def _fetch(self, request, is_file):
Expand Down

0 comments on commit 7633538

Please sign in to comment.