Revision a1fc118e

b/pithos/backends/lib/hashfiler/blocker.py
115 115
        block = None
116 116

  
117 117
        for h in hashes:
118
            if h == self.emptyhash:
119
                append('')
120
                continue
118 121
            with self._get_rear_block(h, 0) as rbl:
119 122
                if not rbl:
120 123
                    break

Also available in: Unified diff