...
authorPierre Ratinaud <ratinaud²univ=tlse2.fr>
Tue, 8 Jan 2013 14:12:39 +0000 (15:12 +0100)
committerPierre Ratinaud <ratinaud²univ=tlse2.fr>
Tue, 8 Jan 2013 14:12:39 +0000 (15:12 +0100)
.gitignore [new file with mode: 0644]
checkinstall.py

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0152448
--- /dev/null
@@ -0,0 +1,10 @@
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
+*.pyc
index 742c15a..65af3ff 100644 (file)
@@ -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):