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>
Thu, 29 May 2014 17:10:17 +0000 (13:10 -0400)
commit3e555d75efb63c66ec6e85d376dc85e7447c64cc
tree087677e82c2ccb3c7fd4e225b5570d11d1d1e3f0
parent891d6b276f1e37d85d1a66496e045cd7ab6807e1
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