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) preReturn(pathProg)
return ([], False) return ([], False)
if not "/" == pathOldFile[0]: if not "/" == pathOldFile[0]:
applyFiles = [prevOldFile,os.path.join(pathLink,pathOldFile)] applyFiles = [prevOldFile]#,os.path.join(pathLink,pathOldFile)]
else: else:
applyFiles = [prevOldFile,pathOldFile] applyFiles = [prevOldFile]#,pathOldFile]
try: try:
os.symlink(pathOldFile, prevOldFile) os.symlink(pathOldFile, prevOldFile)
except: except:

Loading…
Cancel
Save