summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-08-31 01:29:58 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-08-31 01:29:58 -0700
commit2c35f54110fe610a3a051b1850e69b85af2c3e23 (patch)
tree73bed297ec73f53e4fd9461faa2c65c4bf40fa4f
parentbfaebd551d20aba5c2587b9a51344e369b4e02e5 (diff)
downloadzake-2c35f54110fe610a3a051b1850e69b85af2c3e23.tar.gz
Remove extra newline
-rw-r--r--zake/fake_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/zake/fake_client.py b/zake/fake_client.py
index b5162e7..c469792 100644
--- a/zake/fake_client.py
+++ b/zake/fake_client.py
@@ -417,7 +417,6 @@ class _PartialClient(object):
raise k_exceptions.BadVersionError("Version mismatch"
" (%s != %s)"
% (version, path_version))
-
if recursive:
paths = [path]
children = self.storage.get_children(path, only_direct=False)