]> git.arvados.org - arvados.git/commit
4792: arv-ls normalizes the collection before listing.
authorBrett Smith <brett@curoverse.com>
Fri, 12 Dec 2014 23:01:39 +0000 (18:01 -0500)
committerBrett Smith <brett@curoverse.com>
Fri, 12 Dec 2014 23:01:53 +0000 (18:01 -0500)
commitb4a26f3454b98eb4cdc52ebbf8d4d00c67f5e49a
tree2d317146c664e67483d9123736e554d60dc8ca81
parentd28d5446be0427609b6a288f39dac383ba83075f
4792: arv-ls normalizes the collection before listing.

I sort of ended up rewriting arv-ls to make it testable, but hey,
that's part of the support task.  Normalization is the only functional
change I made.
sdk/python/arvados/commands/ls.py [new file with mode: 0755]
sdk/python/bin/arv-ls
sdk/python/tests/test_arv_ls.py [new file with mode: 0644]