3176: Fix arv-put's resume cache writing.
authorBrett Smith <brett@curoverse.com>
Mon, 7 Jul 2014 21:52:31 +0000 (17:52 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 8 Jul 2014 13:52:18 +0000 (09:52 -0400)
commit28558b8b89a3baad2dcc0da714bd90d31f1578c5
tree44b678669bc63747d94294a225d20f4e505435b9
parent70d06dfe2f722e999b06b583748fbd92e3585ef0
3176: Fix arv-put's resume cache writing.

Refactoring directory creation into _util accidentally broke this:
arv-put was trying to save the cache to a relatively directory that
almost never existed, and then silently ignored the error.
sdk/python/arvados/commands/put.py