From f398978f27216c1b729b24a1f056f685df692a95 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Wed, 27 May 2015 15:21:33 +0200 Subject: [PATCH] trop vite --- Noyau/N_VALIDATOR.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Noyau/N_VALIDATOR.py b/Noyau/N_VALIDATOR.py index cfc3a389..3d50c405 100644 --- a/Noyau/N_VALIDATOR.py +++ b/Noyau/N_VALIDATOR.py @@ -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 -- 2.39.2