17800: Avoids saving a new empty collection.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 14 Jun 2021 19:49:42 +0000 (16:49 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 14 Jun 2021 19:49:42 +0000 (16:49 -0300)
commit43e30e4be9104cc4e5968756339dbad957d4d556
tree0aec659bb30ceb396e50b36956252714a560d484
parent84ae3e67dc2caa9ba040d38ec77a50367e172cae
17800: Avoids saving a new empty collection.

Sometimes the specified paths won't be eligible for uploading (ie: all are
symlinks and --no-follow-symlinks is used), in those cases arv-put just
prints a warning message and doesn't save anything to Keep/API.

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