Commit 0ad855fe by Michael DeHaan

Merge pull request #6828 from hlieberman/devel

Fix issue #6812: directory_mode does not work
parents 5a075e3b 876b8085
......@@ -115,6 +115,7 @@ FILE_COMMON_ARGUMENTS=dict(
backup = dict(),
force = dict(),
remote_src = dict(), # used by assemble
directory_mode = dict(), # used by copy
)
......
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