X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkinstall.py;h=65af3ff8ff87e65ae1642458990ff26af922da56;hp=742c15ab5ba59f31fab9eec6a90c094ce2b39a0d;hb=d1d24d86422c9e9805516190ea17a379201f9300;hpb=be2de22859c8f59abe9e1082981e4c3a62e9b7ca diff --git a/checkinstall.py b/checkinstall.py index 742c15a..65af3ff 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -72,7 +72,7 @@ def CopyConf(self) : dicoUser = self.DictPath dicoAppli = ConstructDicoPath(self.AppliPath) for fi in dicoUser : - if not os.path.exists(dicoUser[fi]) : + if not os.path.exists(dicoUser[fi]) and os.path.exists(dicoAppli[fi]): shutil.copyfile(dicoAppli[fi], dicoUser[fi]) def CheckRPath(PathPath):