Commit 655682b7 by Michael DeHaan

Merge pull request #1374 from brainpage/symlink_fix

symlink fix
parents 1e6e5c21 702469f7
......@@ -340,7 +340,7 @@ def main():
if src:
src = os.path.expanduser(src)
if src is not None and os.path.isdir(path):
if src is not None and os.path.isdir(path) and state != "link":
params['path'] = path = os.path.join(path, os.path.basename(src))
mode = params.get('mode', None)
......
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