дебажная печать
This commit is contained in:
parent
e942ce40ec
commit
5270c5b8d0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue