]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
correction chemin doc
authoreficas <>
Mon, 19 Sep 2005 17:39:39 +0000 (17:39 +0000)
committereficas <>
Mon, 19 Sep 2005 17:39:39 +0000 (17:39 +0000)
Editeur/bureau.py

index 5dab38a70e42dd62c3d61150c99993c64c07b916..215157fd8d797dd39e97e6cb352085a1332ee69a 100644 (file)
@@ -629,8 +629,7 @@ class BUREAU:
           cle_doc = string.replace(cle_doc,'-','')
           commande = self.appli.CONFIGURATION.exec_acrobat
           nom_fichier = cle_doc+".pdf"
-          rep_fichier = cle_doc[0:2]
-          fichier = os.path.abspath(os.path.join(self.appli.CONFIGURATION.path_doc,rep_fichier,nom_fichier))
+          fichier = os.path.abspath(os.path.join(self.appli.CONFIGURATION.path_doc,nom_fichier))
           if os.name == 'nt':
               os.spawnv(os.P_NOWAIT,commande,(commande,fichier,))
           elif os.name == 'posix':