2752: arv-put ResumeCache constructor only accepts path argument.
authorBrett Smith <brett@curoverse.com>
Wed, 28 May 2014 21:27:47 +0000 (17:27 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 30 May 2014 14:40:10 +0000 (10:40 -0400)
commit475f5ad53cfe66375aa14fb28419c5b393cc946e
tree309f67da7912ec2bc038183511ed373dc96de294
parentbd7ce9eaf1081f760fe3b13a9b5f3c74dcd44855
2752: arv-put ResumeCache constructor only accepts path argument.

Refs #2752.  Using exceptions to accept parsed arguments in the
constructor as well was too clever by half.
sdk/python/arvados/commands/put.py
sdk/python/tests/test_arv-put.py