3427: Restore arv-put's resume functionality.
authorBrett Smith <brett@curoverse.com>
Wed, 6 Aug 2014 21:28:12 +0000 (17:28 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 6 Aug 2014 21:28:12 +0000 (17:28 -0400)
commit7962de491af28d00a9c88412ad4d1e42be83432a
treef717bebd8174463951e85aa12d3bfc47bda74e2e
parentc29fc69a571bc2e4a4e450a09d94adbb305633bd
3427: Restore arv-put's resume functionality.

The refactoring in 0d1a48e accidentally introduced a bug where arv-put
wipes its resume cache clean before building the uploader.  Because
the refactor always arranges `resume_cache = None` when the user
doesn't want to resume, we can fix the bug by just skipping the wipe.
Closes #3427.
sdk/python/arvados/commands/put.py