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>
Wed, 28 May 2014 21:54:00 +0000 (17:54 -0400)
commit1a37f499f5b19fbbf508f5f9a0357a20d03d0f7e
treec6543ec2a1456683a87180a29d77e17aee7fb932
parent2ddb3dfd39f71e606d1cb51f3924d62db13a4793
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