develop
asamoukin 16 years ago
parent 87ec97b14e
commit bb8d880784

@ -2020,8 +2020,11 @@ class profile(_file, _terms):
flagForce = False
# Если есть параметр mirror
if objHeadNew.params.has_key("mirror"):
if not os.path.exists(profileFile):
if objHeadNew.params.has_key("link"):
if not os.path.exists(oldFile):
return False
if objHeadNew.params.has_key("link"):
profileFile = objHeadNew.params['link']
if not os.path.exists(profileFile):
if os.path.exists(oldFile):
os.remove(oldFile)
return False

Loading…
Cancel
Save