From 5270c5b8d03ca924de23b6b3780493f55dd9feac Mon Sep 17 00:00:00 2001 From: rzaitov Date: Tue, 12 Nov 2013 15:49:26 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=B6=D0=BD=D0=B0?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commands/BaseBackupCommand/RestoreBackupCommand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/TouchinBuild/commands/BaseBackupCommand/RestoreBackupCommand.py b/scripts/TouchinBuild/commands/BaseBackupCommand/RestoreBackupCommand.py index 08bddf5..a169020 100644 --- a/scripts/TouchinBuild/commands/BaseBackupCommand/RestoreBackupCommand.py +++ b/scripts/TouchinBuild/commands/BaseBackupCommand/RestoreBackupCommand.py @@ -35,6 +35,7 @@ class RestoreBackupCommand(BaseBackupCommand): srcAbsPath = os.path.join(self.srcAbsDirPath, fileOrDirName) fileInBackupFolderAbsPath = os.path.join(self.backupDirAbsPath, fileOrDirName) + print fileInBackupFolderAbsPath, srcAbsPath if os.path.isdir(srcAbsPath): shutil.copytree(fileInBackupFolderAbsPath, srcAbsPath) else: