Commit 4e9c061b by James Cammarata

Also make sure the dest param is expanded locally before recalculating

parent e47f6137
......@@ -83,6 +83,7 @@ class ActionModule(object):
else:
source_local = source
dest = os.path.expanduser(dest)
if flat:
if dest.endswith("/"):
# if the path ends with "/", we'll use the source filename as the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment