From 7633538d95466289c6cb37b3500740bde5d792d9 Mon Sep 17 00:00:00 2001 From: Christopher Foo Date: Sun, 1 Mar 2015 23:54:34 -0500 Subject: [PATCH] fixup! Implement --preserve-permissions. re chfoo/wpull#222 --- wpull/processor/ftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpull/processor/ftp.py b/wpull/processor/ftp.py index e23006b9..3b66a794 100644 --- a/wpull/processor/ftp.py +++ b/wpull/processor/ftp.py @@ -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):