дебажная печать

This commit is contained in:
rzaitov 2013-11-12 15:49:26 +04:00
parent e942ce40ec
commit 5270c5b8d0
1 changed files with 1 additions and 0 deletions

View File

@ -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: