Discard show target of the symlink is created by template.

develop
Mike Hiretsky 13 years ago
parent 7d7556bca1
commit 414b5fe459

@ -4773,9 +4773,9 @@ variable 'cl_name'"))
preReturn(pathProg)
return ([], False)
if not "/" == pathOldFile[0]:
applyFiles = [prevOldFile,os.path.join(pathLink,pathOldFile)]
applyFiles = [prevOldFile]#,os.path.join(pathLink,pathOldFile)]
else:
applyFiles = [prevOldFile,pathOldFile]
applyFiles = [prevOldFile]#,pathOldFile]
try:
os.symlink(pathOldFile, prevOldFile)
except:

Loading…
Cancel
Save