From 56fe966b309e1070e820b74d23756cdcb087920b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 20 Jul 2011 07:11:42 +0100 Subject: Notify user of copying, since it'll take a while. --- seivot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'seivot') diff --git a/seivot b/seivot index d986fbf..5f086d1 100755 --- a/seivot +++ b/seivot @@ -381,8 +381,7 @@ class Seivot(cliapp.Application): self.report = Report(prog) if self.settings['use-existing']: - if os.path.exists(self.live_data): - shutil.rmtree(self.live_data) + print 'Copying existing data to %s' % self.live_data) self.runcmd(['cp', '-a', self.settings['use-existing'], self.live_data]) amount = self.file_sizes(self.live_data) -- cgit v1.2.1