summaryrefslogtreecommitdiff
path: root/lib/ansible
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-24 23:46:23 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-05-24 23:46:23 -0400
commit3a635d2d2633df73232073e0d1e9bad5a9c3622f (patch)
tree10cb4c73b6ef477d7198fb827bdfee637ba15720 /lib/ansible
parent9c5d6f11f003e63ad7c625b47569259d3374f48d (diff)
downloadansible-3a635d2d2633df73232073e0d1e9bad5a9c3622f.tar.gz
Lots of formatting fixes
Diffstat (limited to 'lib/ansible')
-rw-r--r--lib/ansible/runner/action_plugins/fetch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/runner/action_plugins/fetch.py b/lib/ansible/runner/action_plugins/fetch.py
index a33152ac78..e7afa7d955 100644
--- a/lib/ansible/runner/action_plugins/fetch.py
+++ b/lib/ansible/runner/action_plugins/fetch.py
@@ -64,8 +64,8 @@ class ActionModule(object):
# if dest does not start with "/", we'll assume a relative path
dest = utils.path_dwim(self.runner.basedir, dest)
else:
- # files are saved in dest dir, with a subdir for each host, then the filename
- dest = "%s/%s/%s" % (utils.path_dwim(self.runner.basedir, dest), conn.host, source)
+ # files are saved in dest dir, with a subdir for each host, then the filename
+ dest = "%s/%s/%s" % (utils.path_dwim(self.runner.basedir, dest), conn.host, source)
dest = dest.replace("//","/")
# calculate md5 sum for the remote file