From: Pierre Ratinaud Date: Tue, 8 Jan 2013 14:12:39 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=a3d400e580ab89a26f1b9cb019c0bba83806a978;hp=9bde3d55d2131f1a33234a43c0de8b200ddb8f9a ... --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0152448 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc +*.pyc 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):