]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
trop vite
authorpascale.noyret <pascale.noyret@edf.fr>
Wed, 27 May 2015 13:21:33 +0000 (15:21 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Wed, 27 May 2015 13:21:33 +0000 (15:21 +0200)
Noyau/N_VALIDATOR.py

index cfc3a3898810bffe06e5fc93f9fe0e7aed5edca8..3d50c405526468e581dac56a4a0c1a99a461a89a 100644 (file)
@@ -1704,7 +1704,9 @@ class FileExtVal(RegExpVal):
             "ext": ext}
         #RegExpVal.__init__(self, "^[\w\-]+\.%s$" % self.ext)
         #PNPN Modif pour Adao
-        RegExpVal.__init__(self, "^[\S]+\.%s$" % self.ext
+        #RegExpVal.__init__(self, "^[\S]+\.%s$" % self.ext
+        RegExpVal.__init__(self, "^\S+\.%s$" % self.ext)
+
 
     def info(self):
         return u'Un nom de fichier se terminant par ".%s" est attendu.' % self.ext