2752: Don't duplicate arv-put work after resume.
authorBrett Smith <brett@curoverse.com>
Thu, 29 May 2014 17:02:14 +0000 (13:02 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 30 May 2014 14:40:10 +0000 (10:40 -0400)
commitaa384c3f2d8b7d1782ea059e1eb56c15f542a40c
tree64cb312825a5a05bb0192839bd342838c2618e27
parentaa3d77be5c99f5f8724fb010336b3379f97985c3
2752: Don't duplicate arv-put work after resume.

This change serializes the command-line arguments that we've actually
processed, vs. not.  That allows us to safely iterate over them again
to upload any files that we hadn't started, while skipping the ones
we've already done.
sdk/python/arvados/commands/put.py