Revision 61d14323 image_creator/bundle_volume.py

b/image_creator/bundle_volume.py
380 380

  
381 381
            target = tempfile.mkdtemp()
382 382
            try:
383
                absmpoints = self._mount(target,
384
                                         [(mapped[i], filesystem[i].mpoint)
385
                                         for i in mapped.keys()])
383
                self._mount(
384
                    target,
385
                    [(mapped[i], filesystem[i].mpoint) for i in mapped.keys()])
386

  
386 387
                excluded = self._to_exclude()
387 388

  
388 389
                rsync = Rsync(self.out)

Also available in: Unified diff