11789: Added support for the corner case of needing to use a pathname
authorLucas Di Pentima <lucas@curoverse.com>
Thu, 29 Jun 2017 19:43:07 +0000 (16:43 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Thu, 29 Jun 2017 19:43:07 +0000 (16:43 -0300)
commitd53ae1523e74c6edcc89e1cd6285d2fe829d92c8
tree77b45489a740799fd129cb825b527d6f334d7218
parent5936cf79d596af1c1e4075b9d3d63d341aa4995d
11789: Added support for the corner case of needing to use a pathname
pattern that refers to a file or directory directoy beneath a given
input dir, the user should use './file-to-exclude.*' to do this.
Updated test to check for thi new behavior.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@curoverse.com>
sdk/python/arvados/commands/put.py
sdk/python/tests/test_arv_put.py