Revision edc1182f kamaki/clients/pithos/__init__.py

b/kamaki/clients/pithos/__init__.py
662 662
    def _dump_blocks_sync(
663 663
            self, obj, remote_hashes, blocksize, total_size, dst, crange,
664 664
            **args):
665
        if not total_size:
666
            return
665 667
        for blockid, blockhash in enumerate(remote_hashes):
666 668
            if blockhash:
667 669
                start = blocksize * blockid

Also available in: Unified diff