Revision f8e0f0ed snf-pithos-backend/pithos/backends/lib/hashfiler/archipelagomapper.py

b/snf-pithos-backend/pithos/backends/lib/hashfiler/archipelagomapper.py
123 123
            req.put()
124 124
            self.ioctx_pool.pool_put(ioctx)
125 125
            for idx in xrange(0, len(data), namelen):
126
                hashes = hashes + (data[idx:idx+namelen],)
126
                hashes = hashes + (data[idx:idx + namelen],)
127 127
            hashes = list(hashes)
128 128
        else:
129 129
            req.put()

Also available in: Unified diff