From: eficas <> Date: Mon, 19 Sep 2005 17:39:39 +0000 (+0000) Subject: correction chemin doc X-Git-Tag: CC_param_poursuite~84 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=730bbe8ecf032cf55a09d37e86820cb255be2584;p=modules%2Feficas.git correction chemin doc --- diff --git a/Editeur/bureau.py b/Editeur/bureau.py index 5dab38a7..215157fd 100644 --- a/Editeur/bureau.py +++ b/Editeur/bureau.py @@ -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':